From b8e6b2627c2da5b855e8c9951e9023d16e8b7877 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 12 Nov 2009 19:53:44 +0100 Subject: libhtml-parser-perl and -namtive, upgraded to 3.64 --- recipes/perl/libhtml-parser-perl-native_3.64.bb | 6 ++++++ recipes/perl/libhtml-parser-perl_3.64.bb | 15 +++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 recipes/perl/libhtml-parser-perl-native_3.64.bb create mode 100644 recipes/perl/libhtml-parser-perl_3.64.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libhtml-parser-perl-native_3.64.bb b/recipes/perl/libhtml-parser-perl-native_3.64.bb new file mode 100644 index 0000000000..3760a422fa --- /dev/null +++ b/recipes/perl/libhtml-parser-perl-native_3.64.bb @@ -0,0 +1,6 @@ +SECTION = "libs" + +require libhtml-parser-perl_${PV}.bb + +inherit native + diff --git a/recipes/perl/libhtml-parser-perl_3.64.bb b/recipes/perl/libhtml-parser-perl_3.64.bb new file mode 100644 index 0000000000..122fba2dc2 --- /dev/null +++ b/recipes/perl/libhtml-parser-perl_3.64.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-${PV}.tar.gz" + +S = "${WORKDIR}/HTML-Parser-${PV}" + +inherit cpan -- cgit v1.2.3