diff options
Diffstat (limited to 'package/perl-net-dns/Config.in')
-rw-r--r-- | package/perl-net-dns/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/perl-net-dns/Config.in b/package/perl-net-dns/Config.in new file mode 100644 index 0000000000..52fb4d8fd7 --- /dev/null +++ b/package/perl-net-dns/Config.in @@ -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 |