diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-10 19:21:28 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-10 19:21:28 +0200 |
commit | ae19546edc671a0f887a67577713d8d224d26fd3 (patch) | |
tree | 6c287ca6e3d3cddcdd62c11c5824a36d4721f8ae | |
parent | e9c03d628efbe37ebf96744fb31c44320e9128e7 (diff) |
libclass-inspector-perl_1.24.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/perl/libclass-inspector-perl_1.24.bb | 15 |
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" |