libsemanage: bump to version 2.5
[buildroot-gz.git] / package / perl-mail-dkim / Config.in
blob3db54f3c3943bed5bb1ea8dfcbb09556a2f2d57e
1 config BR2_PACKAGE_PERL_MAIL_DKIM
2         bool "perl-mail-dkim"
3         depends on !BR2_STATIC_LIBS
4         select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA
5         select BR2_PACKAGE_PERL_MAILTOOLS
6         select BR2_PACKAGE_PERL_NET_DNS
7         help
8           Signs/verifies Internet mail with DKIM/DomainKey signatures
10           https://metacpan.org/release/Mail-DKIM
12 comment "perl-mail-dkim needs a toolchain w/ dynamic library"
13         depends on BR2_STATIC_LIBS