This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

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 # runtime
select BR2_PACKAGE_PERL_MAILTOOLS # runtime
select BR2_PACKAGE_PERL_NET_DNS # runtime
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 76b9dd8a12e1f7ca2f0a5c097e7b8405 Mail-DKIM-0.55.tar.gz
sha256 df29ddf187025b6a8dfc1387209b7fef35557fed51f8313bd1763ae35c80daa2 Mail-DKIM-0.55.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# perl-mail-dkim
#
################################################################################
PERL_MAIL_DKIM_VERSION = 0.55
PERL_MAIL_DKIM_SOURCE = Mail-DKIM-$(PERL_MAIL_DKIM_VERSION).tar.gz
PERL_MAIL_DKIM_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MB/MBRADSHAW
PERL_MAIL_DKIM_DISTNAME = Mail-DKIM
$(eval $(perl-package))