diff options
| author | Tim Orling <ticotimo@gmail.com> | 2015-08-11 08:20:26 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:56:27 +0200 |
| commit | fa3c0eadb284215b6085e63b43ef22a2a4dc70c1 (patch) | |
| tree | d950f0d7011e9d6e9db94ef51eff89802e7a5c22 /meta-perl/recipes-perl | |
| parent | 1d6549dc46ed1e3f8fa7e5168a5019f255baf080 (diff) | |
| download | meta-openembedded-fa3c0eadb284215b6085e63b43ef22a2a4dc70c1.tar.gz | |
libclass-method-modifiers-perl: add 2.11 recipe
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
| -rw-r--r-- | meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb | 28 |
1 files changed, 28 insertions, 0 deletions
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 0000000000..93d6e54301 --- /dev/null +++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "Class::Method::Modifiers - provides Moose-like method modifiers" | ||
| 2 | DESCRIPTION = "Method modifiers are a convenient feature from the CLOS \ | ||
| 3 | (Common Lisp Object System) world." | ||
| 4 | |||
| 5 | SECTION = "libs" | ||
| 6 | |||
| 7 | HOMEPAGE = "https://github.com/moose/Class-Method-Modifiers/" | ||
| 8 | |||
| 9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=16fd0ec7b73c0e158426f753943f1058" | ||
| 11 | |||
| 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz" | ||
| 13 | SRC_URI[md5sum] = "c6982e9e89325713d5afaff82cfe1744" | ||
| 14 | SRC_URI[sha256sum] = "debf979fbd9ac25cc6fe7d1cab81103c60a21f7027d2a9b4bf5cb264e313d392" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/Class-Method-Modifiers-${PV}" | ||
| 17 | |||
| 18 | inherit cpan | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = " perl-module-b \ | ||
| 21 | perl-module-base \ | ||
| 22 | perl-module-carp \ | ||
| 23 | perl-module-exporter \ | ||
| 24 | perl-module-strict \ | ||
| 25 | perl-module-warnings \ | ||
| 26 | " | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native" | ||
