25 lines
745 B
Plaintext
25 lines
745 B
Plaintext
# Template build file for 'perl-Parser'.
|
|
pkgname=perl-HTML-Parser
|
|
version=3.70
|
|
revision=2
|
|
wrksrc="HTML-Parser-$version"
|
|
build_style=perl-module
|
|
hostmakedepends="perl>=5.18"
|
|
makedepends="perl-HTML-Tagset"
|
|
short_desc="HTML::Parser - HTML parser class"
|
|
homepage="http://search.cpan.org/~gaas/HTML-Parser-3.68/Parser.pm"
|
|
license="GPL-1+/Artistic"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
distfiles="${CPAN_SITE}/HTML/HTML-Parser-$version.tar.gz"
|
|
checksum=a9a18c79b1d2b315daedafe7598dc1068d562eaeaa5bd46265a6ebd2805446c1
|
|
long_desc="
|
|
The HTML-Parser distribution is is a collection of modules that parse and
|
|
extract information from HTML documents."
|
|
|
|
perl-HTML-Parser_package() {
|
|
depends="${makedepends}"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|