blob: 00199f8747a9efe59e67e90bc3b4d71a362f3be1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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"
SRC_URI[md5sum] = "26ceb6357e855b9e7aad5a5fd66d493e"
SRC_URI[sha256sum] = "7e5396568c9cf12e773802c80507b7dac1bd4635e2c6a052bd994fe62638271a"
|