blob: 863cc47a54e8d12320818a52a460dd8d69144ae7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "HTML Parser bits."
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r1"
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
BBCLASSEXTEND="native"
|