aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-08-08 13:56:40 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:20:58 +0200
commite96042fe94241e35271b3f82655b8e0b3671ba34 (patch)
treeadaf47bcc3a707a5c844bc1abdd524304eb3b65c /meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb
parented0c209c399528653e04e2bbf90da49cd9d5cd39 (diff)
downloadmeta-openembedded-contrib-e96042fe94241e35271b3f82655b8e0b3671ba34.tar.gz
librole-tiny-perl: update to version 2.000005
Update the start and end marker for the license and verify the terms are the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb')
-rw-r--r--meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb
new file mode 100644
index 0000000000..f684f684bf
--- /dev/null
+++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb
@@ -0,0 +1,29 @@
+SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose."
+DESCRIPTION = "\"Role::Tiny\" is a minimalist role composition tool."
+
+SECTION = "libs"
+
+HOMEPAGE = "https://metacpan.org/pod/Role::Tiny"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;beginline=177;endline=214;md5=26df7e7c20551fb1906e2286624f0b71"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz"
+SRC_URI[md5sum] = "c8c5cf1e02d2e0a1ed22530b55b67d66"
+SRC_URI[sha256sum] = "593a29b621e029bf0218d0154d5dfdf6ec502afc49adeeadae6afd0c70063115"
+
+S = "${WORKDIR}/Role-Tiny-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " perl-module-exporter \
+ perl-module-strict \
+ perl-module-test-more \
+ perl-module-warnings \
+"
+
+RPROVIDES_${PN} = " librole-tiny-perl \
+ librole-tiny-with-perl \
+"
+
+BBCLASSEXTEND = "native"