mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
4f6ba02865
commit
2a42fba22c
@@ -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] = "f55400c7a8134acf3657f8af89bdd7af"
|
||||
SRC_URI[sha256sum] = "e44c1073020bf55b8c97975ed77235fd7e2a6a56f29b5c702301721184e27ac8"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user