perl-sub-exporter-progressive: new package
authorFrancois Perrad <fperrad@gmail.com>
Wed, 10 Oct 2018 08:18:26 +0000 (10:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Oct 2018 08:56:56 +0000 (10:56 +0200)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/Config.in
package/perl-sub-exporter-progressive/Config.in [new file with mode: 0644]
package/perl-sub-exporter-progressive/perl-sub-exporter-progressive.hash [new file with mode: 0644]
package/perl-sub-exporter-progressive/perl-sub-exporter-progressive.mk [new file with mode: 0644]

index f2c25dfb8724426a8cf9af6fb8dfc66f44c8ad0c..c25aaae3e893d3929819273e1aa521e9aa9cf65d 100644 (file)
@@ -748,6 +748,7 @@ menu "Perl libraries/modules"
        source "package/perl-posix-strftime-compiler/Config.in"
        source "package/perl-role-tiny/Config.in"
        source "package/perl-stream-buffered/Config.in"
+       source "package/perl-sub-exporter-progressive/Config.in"
        source "package/perl-sub-install/Config.in"
        source "package/perl-sys-cpu/Config.in"
        source "package/perl-sys-meminfo/Config.in"
diff --git a/package/perl-sub-exporter-progressive/Config.in b/package/perl-sub-exporter-progressive/Config.in
new file mode 100644 (file)
index 0000000..7e2911e
--- /dev/null
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_SUB_EXPORTER_PROGRESSIVE
+       bool "perl-sub-exporter-progressive"
+       help
+         Only use Sub::Exporter if you need it
+
+         https://github.com/frioux/Sub-Exporter-Progressive
diff --git a/package/perl-sub-exporter-progressive/perl-sub-exporter-progressive.hash b/package/perl-sub-exporter-progressive/perl-sub-exporter-progressive.hash
new file mode 100644 (file)
index 0000000..6bd2441
--- /dev/null
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    72cf6acdd2a0a8b105821a4db98e4ebe Sub-Exporter-Progressive-0.001013.tar.gz
+sha256 d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056 Sub-Exporter-Progressive-0.001013.tar.gz
+
+# computed by scancpan
+sha256 24c38cba4218e6be62e511bffe21e63aa57335d8929034aa58e8a85eed001e99 LICENSE
diff --git a/package/perl-sub-exporter-progressive/perl-sub-exporter-progressive.mk b/package/perl-sub-exporter-progressive/perl-sub-exporter-progressive.mk
new file mode 100644 (file)
index 0000000..a8a46dd
--- /dev/null
@@ -0,0 +1,13 @@
+################################################################################
+#
+# perl-sub-exporter-progressive
+#
+################################################################################
+
+PERL_SUB_EXPORTER_PROGRESSIVE_VERSION = 0.001013
+PERL_SUB_EXPORTER_PROGRESSIVE_SOURCE = Sub-Exporter-Progressive-$(PERL_SUB_EXPORTER_PROGRESSIVE_VERSION).tar.gz
+PERL_SUB_EXPORTER_PROGRESSIVE_SITE = $(BR2_CPAN_MIRROR)/authors/id/F/FR/FREW
+PERL_SUB_EXPORTER_PROGRESSIVE_LICENSE = Artistic or GPL-1.0+
+PERL_SUB_EXPORTER_PROGRESSIVE_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))