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:
7
package/perl-mime-tools/Config.in
Normal file
7
package/perl-mime-tools/Config.in
Normal 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
|
||||
6
package/perl-mime-tools/perl-mime-tools.hash
Normal file
6
package/perl-mime-tools/perl-mime-tools.hash
Normal 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
|
||||
14
package/perl-mime-tools/perl-mime-tools.mk
Normal file
14
package/perl-mime-tools/perl-mime-tools.mk
Normal 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))
|
||||
Reference in New Issue
Block a user