summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libclass-methodmaker-perl_2.15.bb
blob: c78b4e3e0c038db9e0ede822c9f92f843a7e5514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Class::MethodMaker - Create generic methods for OO Perl"
SECTION = "libs"
LICENSE = "unknown|GPL"
PR = "r0"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-${PV}.tar.gz"

S = "${WORKDIR}/Class-MethodMaker-${PV}"

inherit cpan

BBCLASSEXTEND="native"