summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtask-weaken-perl_1.03.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libtask-weaken-perl_1.03.bb')
-rw-r--r--recipes/perl/libtask-weaken-perl_1.03.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libtask-weaken-perl_1.03.bb b/recipes/perl/libtask-weaken-perl_1.03.bb
new file mode 100644
index 0000000000..1c13d2de7b
--- /dev/null
+++ b/recipes/perl/libtask-weaken-perl_1.03.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Task::Weaken - Ensure that a platform has weaken support"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Task-Weaken-${PV}.tar.gz"
+SRC_URI[md5sum] = "056ce36c576450d22e6b23b4dbfacd02"
+SRC_URI[sha256sum] = "fb1de84c81c523147f4007c559d3ac38fa474b2999f68b14387bb67e061ca8d0"
+
+S = "${WORKDIR}/Task-Weaken-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"