mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
7
package/perl-net-dns/Config.in
Normal file
7
package/perl-net-dns/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_NET_DNS
|
||||
bool "perl-net-dns"
|
||||
select BR2_PACKAGE_PERL_DIGEST_HMAC # runtime
|
||||
help
|
||||
Perl Interface to the Domain Name System.
|
||||
|
||||
https://metacpan.org/release/Net-DNS
|
6
package/perl-net-dns/perl-net-dns.hash
Normal file
6
package/perl-net-dns/perl-net-dns.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 565d3ae163591f3da7e1a20827b73c28 Net-DNS-1.20.tar.gz
|
||||
sha256 7fd9692b687253baa8f2eb639f1dd7ff9c77fddd67167dc59b400bd25e4ce01b Net-DNS-1.20.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 afa7d288df3e3edbdb34790407ba4a9c7750c2746059d9355f4168bfb3212583 README
|
14
package/perl-net-dns/perl-net-dns.mk
Normal file
14
package/perl-net-dns/perl-net-dns.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-net-dns
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_NET_DNS_VERSION = 1.20
|
||||
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_LICENSE = MIT
|
||||
PERL_NET_DNS_LICENSE_FILES = README
|
||||
PERL_NET_DNS_DISTNAME = Net-DNS
|
||||
|
||||
$(eval $(perl-package))
|
Reference in New Issue
Block a user