aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-builder-tester-perl_1.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libtest-builder-tester-perl_1.01.bb')
-rw-r--r--recipes/perl/libtest-builder-tester-perl_1.01.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/perl/libtest-builder-tester-perl_1.01.bb b/recipes/perl/libtest-builder-tester-perl_1.01.bb
new file mode 100644
index 0000000000..0704506ac7
--- /dev/null
+++ b/recipes/perl/libtest-builder-tester-perl_1.01.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Test::Builder::Tester - test testsuites that have been built with Test::Builder"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS += "perl-module-strict perl-module-carp perl-module-exporter \
+ perl-module-symbol perl-module-vars"
+PR = "r3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-Builder-Tester-${PV}.tar.gz"
+
+S = "${WORKDIR}/Test-Builder-Tester-${PV}"
+
+inherit cpan