mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/perl-mail-dkim/Config.in
Normal file
13
package/perl-mail-dkim/Config.in
Normal 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
|
||||
3
package/perl-mail-dkim/perl-mail-dkim.hash
Normal file
3
package/perl-mail-dkim/perl-mail-dkim.hash
Normal 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
|
||||
12
package/perl-mail-dkim/perl-mail-dkim.mk
Normal file
12
package/perl-mail-dkim/perl-mail-dkim.mk
Normal 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))
|
||||
Reference in New Issue
Block a user