aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-10 19:21:28 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-10 19:21:28 +0200
commitae19546edc671a0f887a67577713d8d224d26fd3 (patch)
tree6c287ca6e3d3cddcdd62c11c5824a36d4721f8ae /recipes/perl
parente9c03d628efbe37ebf96744fb31c44320e9128e7 (diff)
downloadopenembedded-ae19546edc671a0f887a67577713d8d224d26fd3.tar.gz
libclass-inspector-perl_1.24.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libclass-inspector-perl_1.24.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libclass-inspector-perl_1.24.bb b/recipes/perl/libclass-inspector-perl_1.24.bb
new file mode 100644
index 0000000000..7044679c99
--- /dev/null
+++ b/recipes/perl/libclass-inspector-perl_1.24.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Class::Inspector - Get information about a class and its structure"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+HOMEPAGE = "http://www.xmltwig.com/"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${PV}.tar.gz"
+
+S = "${WORKDIR}/Class-Inspector-${PV}"
+SRC_URI[md5sum] = "609189b49f64d329a6e413e0a6d8724a"
+SRC_URI[sha256sum] = "0a70cac1276d33e5408d3ad4297b3732a2299f7ff463d94ab7d384f2c6b11a66"
+
+inherit cpan
+
+BBCLASSEXTEND="native"