summaryrefslogtreecommitdiff
path: root/recipes/perl/libclass-methodmaker-perl_2.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libclass-methodmaker-perl_2.15.bb')
-rw-r--r--recipes/perl/libclass-methodmaker-perl_2.15.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/perl/libclass-methodmaker-perl_2.15.bb b/recipes/perl/libclass-methodmaker-perl_2.15.bb
new file mode 100644
index 0000000000..c78b4e3e0c
--- /dev/null
+++ b/recipes/perl/libclass-methodmaker-perl_2.15.bb
@@ -0,0 +1,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"