aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libclass-methodmaker-perl_2.15.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 10:42:24 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 10:42:24 +0100
commit5be5a0eec7f6a84ac0868d94afe43222582bff9b (patch)
tree59fbbb86c6bef68ffd3173199602441c055d4d87 /recipes/perl/libclass-methodmaker-perl_2.15.bb
parent5e29c1d0afe672bac6dbe3e96e9718a58316ee83 (diff)
downloadopenembedded-5be5a0eec7f6a84ac0868d94afe43222582bff9b.tar.gz
libclass-methodmaker-perl_2.15.bb: added recipe
libterm-progressbar-perl_2.09.bb: added recipe
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"