diff options
Diffstat (limited to 'meta-perl/recipes-perl/librole/librole-tiny-perl_2.000001.bb')
-rw-r--r-- | meta-perl/recipes-perl/librole/librole-tiny-perl_2.000001.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000001.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000001.bb new file mode 100644 index 000000000..9a8ec2e58 --- /dev/null +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000001.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose." | ||
2 | DESCRIPTION = "\"Role::Tiny\" is a minimalist role composition tool." | ||
3 | |||
4 | SECTION = "libs" | ||
5 | |||
6 | HOMEPAGE = "https://metacpan.org/pod/Role-Tiny" | ||
7 | |||
8 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
9 | LIC_FILES_CHKSUM = "file://README;beginline=172;endline=209;md5=26df7e7c20551fb1906e2286624f0b71" | ||
10 | |||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" | ||
12 | SRC_URI[md5sum] = "f350f1f8c13652bf85da172380b39ec8" | ||
13 | SRC_URI[sha256sum] = "31883410a7c85d6dc7501c718b1f83edba013a7b9bbccf0338a1033c391f296d" | ||
14 | |||
15 | S = "${WORKDIR}/Role-Tiny-${PV}" | ||
16 | |||
17 | inherit cpan | ||
18 | |||
19 | RDEPENDS_${PN} = " perl-module-exporter \ | ||
20 | perl-module-strict \ | ||
21 | perl-module-test-more \ | ||
22 | perl-module-warnings \ | ||
23 | " | ||
24 | |||
25 | RPROVIDES_${PN} = " librole-tiny-perl \ | ||
26 | librole-tiny-with-perl \ | ||
27 | " | ||
28 | |||
29 | BBCLASSEXTEND = "native" | ||