source "package/perl-json-tiny/Config.in"
source "package/perl-libwww/Config.in"
source "package/perl-lwp-mediatypes/Config.in"
+ source "package/perl-mail-dkim/Config.in"
source "package/perl-mailtools/Config.in"
source "package/perl-mime-base64/Config.in"
source "package/perl-mojolicious/Config.in"
--- /dev/null
+config BR2_PACKAGE_PERL_MAIL_DKIM
+ bool "perl-mail-dkim"
+ depends on !BR2_STATIC_LIBS
+ select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA
+ select BR2_PACKAGE_PERL_MAILTOOLS
+ select BR2_PACKAGE_PERL_NET_DNS
+ help
+ Signs/verifies Internet mail with DKIM/DomainKey signatures
+
+ https://metacpan.org/release/Mail-DKIM
+
+comment "perl-mail-dkim needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
--- /dev/null
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 9ceb8a0397aff83928e7a9760b1b190f Mail-DKIM-0.40.tar.gz
+sha256 3c5ea0c3a2028a5a2c3b64bbcd6bd9de6a5fa5ee4e16046dd8875c4796aaa6f1 Mail-DKIM-0.40.tar.gz
--- /dev/null
+################################################################################
+#
+# perl-mail-dkim
+#
+################################################################################
+
+PERL_MAIL_DKIM_VERSION = 0.40
+PERL_MAIL_DKIM_SOURCE = Mail-DKIM-$(PERL_MAIL_DKIM_VERSION).tar.gz
+PERL_MAIL_DKIM_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JA/JASLONG
+PERL_MAIL_DKIM_DEPENDENCIES = perl perl-crypt-openssl-rsa perl-mailtools perl-net-dns
+
+$(eval $(perl-package))