From 4e1901c2849cfff324d5d1e62d4480e2c2919e7a Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 21 Nov 2019 14:06:34 +0800 Subject: libclass-method-modifiers-perl: upgrade 2.12 -> 2.13 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../libclass-method-modifiers-perl_2.13.bb | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb (limited to 'meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb') diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb new file mode 100644 index 0000000000..58ed37ca80 --- /dev/null +++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.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] = "b1398e3682aa2e075b913b9f9000b596" +SRC_URI[sha256sum] = "ab5807f71018a842de6b7a4826d6c1f24b8d5b09fcce5005a3309cf6ea40fd63" + +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" -- cgit v1.2.3-54-g00ecf