blob: c2755ea0f75dfab81019809d3faee60a4011a0ad [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose."
2DESCRIPTION = "\"Role::Tiny\" is a minimalist role composition tool."
3
4SECTION = "libs"
5
6HOMEPAGE = "https://metacpan.org/pod/Role::Tiny"
7
8LICENSE = "Artistic-1.0 | GPL-1.0+"
9LIC_FILES_CHKSUM = "file://README;beginline=177;endline=214;md5=26df7e7c20551fb1906e2286624f0b71"
10
11SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz"
12SRC_URI[md5sum] = "7c277728a7e090f64b495857cadfed08"
13SRC_URI[sha256sum] = "cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382"
14
15S = "${WORKDIR}/Role-Tiny-${PV}"
16
17inherit cpan
18
19RDEPENDS_${PN} = " perl-module-exporter \
20 perl-module-strict \
21 perl-module-test-more \
22 perl-module-warnings \
23"
24
25RPROVIDES_${PN} = " librole-tiny-perl \
26 librole-tiny-with-perl \
27"
28
29BBCLASSEXTEND = "native"