aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libsub-exporter-perl_0.970.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libsub-exporter-perl_0.970.bb')
-rw-r--r--recipes/perl/libsub-exporter-perl_0.970.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libsub-exporter-perl_0.970.bb b/recipes/perl/libsub-exporter-perl_0.970.bb
new file mode 100644
index 0000000000..44756601a2
--- /dev/null
+++ b/recipes/perl/libsub-exporter-perl_0.970.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Sub::Exporter - a sophisticated exporter for custom-built routines"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "libdata-optlist-perl-native libsub-install-perl-native \
+ libparams-util-perl-native"
+RDEPENDS += "perl-module-carp libdata-optlist-perl libparams-util-perl \
+ perl-module-strict libsub-install-perl perl-module-warnings"
+PR = "r3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-${PV}.tar.gz"
+
+S = "${WORKDIR}/Sub-Exporter-${PV}"
+
+inherit cpan