Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_NET_DNS
bool "perl-net-dns"
select BR2_PACKAGE_PERL_DIGEST_HMAC
help
Net::DNS is a DNS resolver implemented in Perl.
http://www.net-dns.org

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 5a6f6e6811d6bf8eefd84ce778c2bc2e Net-DNS-1.04.tar.gz
sha256 4b9f220304c5722658fbdbe4db31ab77486b5f0aaada78c9d1b528e4b0680965 Net-DNS-1.04.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-net-dns
#
################################################################################
PERL_NET_DNS_VERSION = 1.04
PERL_NET_DNS_SOURCE = Net-DNS-$(PERL_NET_DNS_VERSION).tar.gz
PERL_NET_DNS_SITE = $(BR2_CPAN_MIRROR)/authors/id/N/NL/NLNETLABS
PERL_NET_DNS_DEPENDENCIES = perl-digest-hmac
PERL_NET_DNS_LICENSE = MIT
PERL_NET_DNS_LICENSE_FILES = README
$(eval $(perl-package))