summaryrefslogtreecommitdiffstats
path: root/package/perl-module-implementation
diff options
context:
space:
mode:
authorChristopher McCrory <chrismcc@gmail.com>2018-08-11 11:27:42 -0700
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-13 23:16:01 +0200
commit84e9a557f1978d8356f9928a90faff933de8e51c (patch)
treeaaf4f005c1c0d21febde35bd2b121b4affbf507a /package/perl-module-implementation
parenta8df4f293513e0c9c7279fcdd0ee2d2333d22f98 (diff)
downloadbuildroot-84e9a557f1978d8356f9928a90faff933de8e51c.tar.gz
buildroot-84e9a557f1978d8356f9928a90faff933de8e51c.zip
perl-module-implementation: 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>
Diffstat (limited to 'package/perl-module-implementation')
-rw-r--r--package/perl-module-implementation/Config.in9
-rw-r--r--package/perl-module-implementation/perl-module-implementation.hash6
-rw-r--r--package/perl-module-implementation/perl-module-implementation.mk14
3 files changed, 29 insertions, 0 deletions
diff --git a/package/perl-module-implementation/Config.in b/package/perl-module-implementation/Config.in
new file mode 100644
index 0000000000..354197649d
--- /dev/null
+++ b/package/perl-module-implementation/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION
+ bool "perl-module-implementation"
+ select BR2_PACKAGE_PERL_MODULE_RUNTIME
+ select BR2_PACKAGE_PERL_TRY_TINY
+ help
+ Loads one of several alternate underlying implementations
+ for a module
+
+ http://metacpan.org/release/Module-Implementation
diff --git a/package/perl-module-implementation/perl-module-implementation.hash b/package/perl-module-implementation/perl-module-implementation.hash
new file mode 100644
index 0000000000..caf365c024
--- /dev/null
+++ b/package/perl-module-implementation/perl-module-implementation.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 52e3fe0ca6b1eff0488d59b7aacc0667 Module-Implementation-0.09.tar.gz
+sha256 c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d Module-Implementation-0.09.tar.gz
+
+# computed by scancpan
+sha256 dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b LICENSE
diff --git a/package/perl-module-implementation/perl-module-implementation.mk b/package/perl-module-implementation/perl-module-implementation.mk
new file mode 100644
index 0000000000..50ee8610a5
--- /dev/null
+++ b/package/perl-module-implementation/perl-module-implementation.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-module-implementation
+#
+################################################################################
+
+PERL_MODULE_IMPLEMENTATION_VERSION = 0.09
+PERL_MODULE_IMPLEMENTATION_SOURCE = Module-Implementation-$(PERL_MODULE_IMPLEMENTATION_VERSION).tar.gz
+PERL_MODULE_IMPLEMENTATION_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DR/DROLSKY
+PERL_MODULE_IMPLEMENTATION_DEPENDENCIES = perl-module-runtime perl-try-tiny
+PERL_MODULE_IMPLEMENTATION_LICENSE = Artistic-2.0
+PERL_MODULE_IMPLEMENTATION_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))
OpenPOWER on IntegriCloud