[oe-commits] Tim Orling : libclass-method-modifiers-perl: add 2.11 recipe

git at git.openembedded.org git at git.openembedded.org
Mon Aug 24 12:02:28 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: fa3c0eadb284215b6085e63b43ef22a2a4dc70c1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fa3c0eadb284215b6085e63b43ef22a2a4dc70c1

Author: Tim Orling <ticotimo at gmail.com>
Date:   Tue Aug 11 08:20:26 2015 -0700

libclass-method-modifiers-perl: add 2.11 recipe

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../libclass-method-modifiers-perl_2.11.bb         | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb
new file mode 100644
index 0000000..93d6e54
--- /dev/null
+++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb
@@ -0,0 +1,28 @@
+SUMMARY = "Class::Method::Modifiers - provides Moose-like method modifiers"
+DESCRIPTION = "Method modifiers are a convenient feature from the CLOS \
+(Common Lisp Object System) world."
+
+SECTION = "libs"
+
+HOMEPAGE = "https://github.com/moose/Class-Method-Modifiers/"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=16fd0ec7b73c0e158426f753943f1058"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz"
+SRC_URI[md5sum] = "c6982e9e89325713d5afaff82cfe1744"
+SRC_URI[sha256sum] = "debf979fbd9ac25cc6fe7d1cab81103c60a21f7027d2a9b4bf5cb264e313d392"
+
+S = "${WORKDIR}/Class-Method-Modifiers-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " perl-module-b \
+                   perl-module-base \
+                   perl-module-carp \
+                   perl-module-exporter \
+                   perl-module-strict \
+                   perl-module-warnings \
+"
+
+BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list