buildroot/package/perl-net-dns/Config.in
Bernd Kuhls 6d47f90a1e 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>
2015-04-19 13:43:44 +02:00

12 lines
292 B
Plaintext

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