Commit cbbc6e0b authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-mail-dkim: new package

parent bb81914e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -525,6 +525,7 @@ menu "Perl libraries/modules"
	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"
+13 −0
Original line number Diff line number Diff line
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
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    9ceb8a0397aff83928e7a9760b1b190f Mail-DKIM-0.40.tar.gz
sha256 3c5ea0c3a2028a5a2c3b64bbcd6bd9de6a5fa5ee4e16046dd8875c4796aaa6f1 Mail-DKIM-0.40.tar.gz
+12 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))