blob: 08525331dbdd71d04cc540e7b1ba3aefd5061fd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|