240374e88f5645f5e46cf224bdb2e96d6b721e39
[openembedded.git] / recipes / perl / libclass-data-inheritable-perl_0.08.bb
1 DESCRIPTION = "Class::Data::Inheritable - Inheritable, overridable class data"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r7"
5
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-Data-Inheritable-${PV}.tar.gz"
7
8 S = "${WORKDIR}/Class-Data-Inheritable-${PV}"
9
10 inherit cpan
11
12 BBCLASSEXTEND="native"