diff options
author | Derek Straka <derek@asterius.io> | 2016-04-06 22:48:14 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:33:17 +0200 |
commit | 2a42fba22cf75b2e092b6b52d7db83e699fb69e2 (patch) | |
tree | f5adc58864f073622ef897144130b4e13cae7dc1 /meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb | |
parent | 4f6ba02865cad8e0a67a24238fee7b3a8e0d1830 (diff) | |
download | meta-openembedded-2a42fba22cf75b2e092b6b52d7db83e699fb69e2.tar.gz |
libclass-method-modifiers-perl: update to 2.11
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb')
-rw-r--r-- | meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb new file mode 100644 index 000000000..3979b3142 --- /dev/null +++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.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] = "f55400c7a8134acf3657f8af89bdd7af" | ||
14 | SRC_URI[sha256sum] = "e44c1073020bf55b8c97975ed77235fd7e2a6a56f29b5c702301721184e27ac8" | ||
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" | ||