perl-mime-tools: new package

Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.11.x
Christopher McCrory 2018-08-11 11:27:41 -07:00 committed by Thomas Petazzoni
parent 252b4aa1b8
commit a8df4f2935
5 changed files with 29 additions and 0 deletions

View File

@ -494,6 +494,7 @@ F: package/perl-file-slurp/
F: package/perl-io-interface/
F: package/perl-io-socket-multicast/
F: package/perl-json-maybexs/
F: package/perl-mime-tools/
F: package/perl-module-runtime/
F: package/perl-number-bytes-human/
F: package/perl-params-util/

View File

@ -710,6 +710,7 @@ menu "Perl libraries/modules"
source "package/perl-mailtools/Config.in"
source "package/perl-mime-base64-urlsafe/Config.in"
source "package/perl-mime-base64/Config.in"
source "package/perl-mime-tools/Config.in"
source "package/perl-module-runtime/Config.in"
source "package/perl-mojolicious-plugin-authentication/Config.in"
source "package/perl-mojolicious/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_MIME_TOOLS
bool "perl-mime-tools"
select BR2_PACKAGE_PERL_MAILTOOLS
help
Tools to manipulate MIME messages
https://metacpan.org/release/MIME-tools

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 a2f0e07da2ff4b0478908544cc4b40fa MIME-tools-5.509.tar.gz
sha256 64579f0c923d81d9a2194586e47c3475519e2646e4b5c102a8920759facf6973 MIME-tools-5.509.tar.gz
# computed by scancpan
sha256 151cd94e37eb05239c5a678c7d1c4d9d5241a7c9c138760b85152bc1947e2b93 COPYING

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-mime-tools
#
################################################################################
PERL_MIME_TOOLS_VERSION = 5.509
PERL_MIME_TOOLS_SOURCE = MIME-tools-$(PERL_MIME_TOOLS_VERSION).tar.gz
PERL_MIME_TOOLS_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DS/DSKOLL
PERL_MIME_TOOLS_DEPENDENCIES = perl-mailtools
PERL_MIME_TOOLS_LICENSE = Artistic or GPL-1.0+
PERL_MIME_TOOLS_LICENSE_FILES = COPYING
$(eval $(perl-package))