blob: 56dc19c85ab3e4a487af39b9b52f70aa586d182c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "HTML::TreeBuilder - Parser that builds a HTML syntax tree"
2DESCRIPTION = "This distribution contains a suite of modules for representing, \
3creating, and extracting information from HTML syntax trees; there is \
4also relevent documentation. These modules used to be part of the \
5libwww-perl distribution, but are now unbundled in order to facilitate \
6a separate development track."
7SECTION = "libs"
8
9HOMEPAGE = "http://www.cpan.org/authors/id/C/CJ/CJM/HTML-Tree-${PV}.readme"
10
11LICENSE = "Artistic-1.0 | GPL-1.0+"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242"
13
14SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz \
15 file://bin-htmltree-fix-shebang.patch \
16"
17SRC_URI[md5sum] = "d9271d60b872ed6fbe68b2d0fe8c450e"
18SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f"
19
20S = "${WORKDIR}/HTML-Tree-${PV}"
21
22inherit cpan_build
23
24DEPENDS += "libmodule-build-perl-native \
25"
26
27RPROVIDES_${PN} = " libhtml-element-perl \
Patrick Williamsddad1a12017-02-23 20:36:32 -060028 libhtml-tree-assubs-perl \
29 libhtml-tree-perl \
30 libhtml-treebuilder-perl \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050031"
32
33RDEPENDS_${PN} = " perl-module-b \
Patrick Williamsddad1a12017-02-23 20:36:32 -060034 perl-module-base \
35 perl-module-strict \
36 perl-module-warnings \
37 perl-module-exporter \
38 perl-module-carp \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050039"
40
41BBCLASSEXTEND = "native"
42