Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 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+" |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame^] | 9 | LIC_FILES_CHKSUM = "file://README;beginline=182;endline=219;md5=26df7e7c20551fb1906e2286624f0b71" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | |
| 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame^] | 12 | SRC_URI[md5sum] = "98446826608b1e943e65c1f6e35942fe" |
| 13 | SRC_URI[sha256sum] = "92ba5712850a74102c93c942eb6e7f62f7a4f8f483734ed289d08b324c281687" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 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" |