matrix-gui-common: make versioned recipes
[openembedded.git] / recipes / perl / libsub-uplevel-perl_0.13.bb
blob6a58bbc1316dd4682891bacad78f4c9efb33f273
1 DESCRIPTION = "Sub::Uplevel - apparently run a function in a higher stack frame"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 RDEPENDS_${PN} += "perl-module-exporter perl-module-strict perl-module-vars"
5 PR = "r5"
7 SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-${PV}.tar.gz"
9 S = "${WORKDIR}/Sub-Uplevel-${PV}"
11 inherit cpan
13 BBCLASSEXTEND="native"
15 SRC_URI[md5sum] = "16ea7df857d28cbf50ef668fe19559f7"
16 SRC_URI[sha256sum] = "c6e8d8ca900c3bee61b3c66888722b79d232731c9ee8f59533f06a4e486f23ec"