mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libhtml-tagset-perl: add recipe for v3.20
This module contains data tables useful in dealing with HTML. It provides no functions or methods. This is a dependency for libhtml-paser-perl. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cf55ebde9c
commit
4058e65f3c
29
meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb
Normal file
29
meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
SUMMARY = "HTML::Tageset - data tables useful in parsing HTML"
|
||||
DESCRIPTION = "This module contains several data tables useful in various \
|
||||
kinds of HTML parsing operations."
|
||||
HOMEPAGE = "https://metacpan.org/release/HTML-Tagset"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=62;endline=66;md5=aa91eed6adfe182d2af676954f06a7c9"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "d2bfa18fe1904df7f683e96611e87437"
|
||||
SRC_URI[sha256sum] = "adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2"
|
||||
|
||||
S = "${WORKDIR}/HTML-Tagset-${PV}"
|
||||
|
||||
|
||||
inherit cpan ptest-perl
|
||||
|
||||
|
||||
RDEPENDS_${PN} += "perl-module-strict perl-module-vars"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "perl-module-test"
|
||||
|
||||
do_install_prepend() {
|
||||
# requires "-T" (taint) command line option
|
||||
rm -rf ${B}/t/pod.t
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Loading…
Reference in New Issue
Block a user