aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-05 11:51:11 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:47:43 -0700
commitea90ec7c084e831ccd440f14dbf68c4a63642659 (patch)
treece9d77431ce0eb35effedb5aa81c4863ed3e354c
parent038016e33dc90801478d6313ad69639144e8e012 (diff)
downloadmeta-openembedded-contrib-ea90ec7c084e831ccd440f14dbf68c4a63642659.tar.gz
libmoo-perl: add 1.005000
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libmoo/libmoo-perl_1.005000.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_1.005000.bb b/meta-perl/recipes-perl/libmoo/libmoo-perl_1.005000.bb
new file mode 100644
index 0000000000..00036ce73a
--- /dev/null
+++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_1.005000.bb
@@ -0,0 +1,29 @@
+SUMMARY = "Moo - Minimalist Object Orientation (with Moose compatibility)"
+DESCRIPTION = "This module us an extremely light-weight subset of \"Moose\" \
+optimised for rapid startup and \"pay only for what you use\"."
+
+SECTION = "libs"
+
+HOMEPAGE = "http://metapan.org/release/Moo/"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;beginline=724;endline=730;md5=68b146a9b70bf2d8652e47c1ae609ae6"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz"
+SRC_URI[md5sum] = "78f920761631450d9a905725968a501c"
+SRC_URI[sha256sum] = "73865789520f1ab72518d3c712e79a33d283e4166be5e949bc23ab79a7184ea4"
+
+S = "${WORKDIR}/Moo-${PV}"
+
+inherit cpan
+
+DEPENDS_${PN} = " libclass-method-modifiers-perl-native \
+ libdevel-globaldestruction-perl-native \
+ libimport-into-perl-native \
+ libmodule-runtime-perl-native \
+ librole-tiny-perl-native \
+ perl-module-scalar-util-native \
+ libstrictures-perl-native \
+"
+
+BBCLASSEXTEND = "native"