aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libhtml-parser-perl_3.60.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libhtml-parser-perl_3.60.bb')
-rw-r--r--recipes/perl/libhtml-parser-perl_3.60.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libhtml-parser-perl_3.60.bb b/recipes/perl/libhtml-parser-perl_3.60.bb
new file mode 100644
index 0000000000..08525331db
--- /dev/null
+++ b/recipes/perl/libhtml-parser-perl_3.60.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "HTML Parser bits."
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+RDEPENDS = "perl-module-test-more \
+ perl-module-xsloader \
+ perl-module-test-simple \
+ libhtml-tagset-perl"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.60.tar.gz"
+
+S = "${WORKDIR}/HTML-Parser-${PV}"
+
+inherit cpan