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,7 @@
config BR2_PACKAGE_PERL_MIME_TOOLS
bool "perl-mime-tools"
select BR2_PACKAGE_PERL_MAILTOOLS # runtime
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_LICENSE = Artistic or GPL-1.0+
PERL_MIME_TOOLS_LICENSE_FILES = COPYING
PERL_MIME_TOOLS_DISTNAME = MIME-tools
$(eval $(perl-package))