aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-05 11:52:20 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:47:43 -0700
commit75e0d2bae99f49dbfd2244990aae9828cb456873 (patch)
treeaf68a2c9d07f1f23d7a9182895c761f26bb91948
parentea90ec7c084e831ccd440f14dbf68c4a63642659 (diff)
downloadmeta-openembedded-contrib-75e0d2bae99f49dbfd2244990aae9828cb456873.tar.gz
librole-tiny-perl: add 1.003003
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/librole/librole-tiny-perl_1.003003.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_1.003003.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_1.003003.bb
new file mode 100644
index 0000000000..bf49ef33dc
--- /dev/null
+++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_1.003003.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose."
+DESCRIPTION = "\"Role::Tiny\" is a minimalist role composition tool."
+
+SECTION = "libs"
+
+HOMEPAGE = "https://metacpan.org/pod/Devel-GlobalDestruction/"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;beginline=207;endline=213;md5=ed1628a1e7cc9df8d9885920b7f51a11"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz"
+SRC_URI[md5sum] = "f8c04c43b28824589f560d029e497119"
+SRC_URI[sha256sum] = "b712cadb6eecb7777278be79b5ffc55b613c0e75b9872dba474179cbc91b02cd"
+
+S = "${WORKDIR}/Role-Tiny-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " perl-module-exporter \
+"
+
+BBCLASSEXTEND = "native"