package/perl-net-dns: New package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-04-19 12:16:59 +02:00 committed by Thomas Petazzoni
parent 7263ad4b72
commit 6d47f90a1e
4 changed files with 29 additions and 0 deletions

View File

@ -513,6 +513,7 @@ menu "Perl libraries/modules"
source "package/perl-io-socket-ssl/Config.in"
source "package/perl-json-tiny/Config.in"
source "package/perl-mojolicious/Config.in"
source "package/perl-net-dns/Config.in"
source "package/perl-net-ssleay/Config.in"
source "package/perl-netaddr-ip/Config.in"
source "package/perl-path-tiny/Config.in"

View File

@ -0,0 +1,11 @@
config BR2_PACKAGE_PERL_NET_DNS
bool "perl-net-dns"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_DIGEST_HMAC
help
Net::DNS is a DNS resolver implemented in Perl.
http://www.net-dns.org
comment "perl-net-dns needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 f1d48107ff6b366479ad035783486d7a Net-DNS-0.83.tar.gz
sha256 8e1108d1801b9695909859323e1ed2f7ffb3b03dd3d2028a19fb79fc1a1d7c39 Net-DNS-0.83.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-net-dns
#
################################################################################
PERL_NET_DNS_VERSION = 0.83
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 perl-digest-hmac
PERL_NET_DNS_LICENSE = Artistic or GPLv1+
PERL_NET_DNS_LICENSE_FILES = README
$(eval $(perl-package))