package/perl-mail-dkim: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Bernd Kuhls 2015-04-19 12:17:20 +02:00 committed by Thomas Petazzoni
parent bb81914e95
commit cbbc6e0b5e
4 changed files with 29 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,13 @@
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

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 9ceb8a0397aff83928e7a9760b1b190f Mail-DKIM-0.40.tar.gz
sha256 3c5ea0c3a2028a5a2c3b64bbcd6bd9de6a5fa5ee4e16046dd8875c4796aaa6f1 Mail-DKIM-0.40.tar.gz

View File

@ -0,0 +1,12 @@
################################################################################
#
# 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))