package/perl-mailtools: 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:19 +02:00 committed by Thomas Petazzoni
parent 0384795af3
commit bb81914e95
4 changed files with 24 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-mailtools/Config.in"
source "package/perl-mime-base64/Config.in"
source "package/perl-mojolicious/Config.in"
source "package/perl-net-dns/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_MAILTOOLS
bool "perl-mailtools"
select BR2_PACKAGE_PERL_TIMEDATE
help
Various e-mail related modules
https://metacpan.org/release/MailTools

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 813ae849683367bb75e6be89e4e8cc46 MailTools-2.14.tar.gz
sha256 4b7c7ef674b2ef75ea793f053cd067c6a4b33e58e3adf08a89c8ea4c56b3dff8 MailTools-2.14.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-mailtools
#
################################################################################
PERL_MAILTOOLS_VERSION = 2.14
PERL_MAILTOOLS_SOURCE = MailTools-$(PERL_MAILTOOLS_VERSION).tar.gz
PERL_MAILTOOLS_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MA/MARKOV
PERL_MAILTOOLS_DEPENDENCIES = perl perl-timedate
PERL_MAILTOOLS_LICENSE = Artistic or GPLv1+
$(eval $(perl-package))