1config BR2_PACKAGE_PERL_MAIL_DKIM 2 bool "perl-mail-dkim" 3 depends on !BR2_STATIC_LIBS 4 select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA # runtime 5 select BR2_PACKAGE_PERL_MAILTOOLS # runtime 6 select BR2_PACKAGE_PERL_NET_DNS # runtime 7 help 8 Signs/verifies Internet mail with DKIM/DomainKey signatures. 9 10 https://metacpan.org/release/Mail-DKIM 11 12comment "perl-mail-dkim needs a toolchain w/ dynamic library" 13 depends on BR2_STATIC_LIBS 14