summaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libtree-simple-perl_1.18.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libtree-simple-perl_1.18.bb b/recipes/perl/libtree-simple-perl_1.18.bb
new file mode 100644
index 0000000000..ce2a3f7034
--- /dev/null
+++ b/recipes/perl/libtree-simple-perl_1.18.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "A simple tree object"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS += "perl-module-test-more perl-module-scalar-util"
+PR = "r0"
+
+PACKAGE_ARCH = "all"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Tree-Simple-1.18.tar.gz"
+SRC_URI[md5sum] = "70462938108a8b8658b1b1d2f12dbeab"
+SRC_URI[sha256sum] = "cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d"
+
+S = "${WORKDIR}/Tree-Simple-${PV}"
+
+inherit cpan