2011-07-14 12:53:06 +00:00
|
|
|
# Template build file for 'perl-Parser'.
|
|
|
|
pkgname=perl-HTML-Parser
|
2013-03-31 08:14:01 +00:00
|
|
|
version=3.70
|
2013-11-23 10:57:36 +00:00
|
|
|
revision=2
|
2011-07-14 12:53:06 +00:00
|
|
|
wrksrc="HTML-Parser-$version"
|
2011-07-18 14:42:50 +00:00
|
|
|
build_style=perl-module
|
2013-11-23 10:57:36 +00:00
|
|
|
hostmakedepends="perl>=5.18"
|
|
|
|
makedepends="perl-HTML-Tagset"
|
2011-07-14 12:53:06 +00:00
|
|
|
short_desc="HTML::Parser - HTML parser class"
|
|
|
|
homepage="http://search.cpan.org/~gaas/HTML-Parser-3.68/Parser.pm"
|
2013-03-31 08:14:01 +00:00
|
|
|
license="GPL-1+/Artistic"
|
2011-07-14 12:53:06 +00:00
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
2013-04-14 09:13:30 +00:00
|
|
|
distfiles="${CPAN_SITE}/HTML/HTML-Parser-$version.tar.gz"
|
2013-03-31 08:14:01 +00:00
|
|
|
checksum=a9a18c79b1d2b315daedafe7598dc1068d562eaeaa5bd46265a6ebd2805446c1
|
2011-07-14 12:53:06 +00:00
|
|
|
long_desc="
|
|
|
|
The HTML-Parser distribution is is a collection of modules that parse and
|
|
|
|
extract information from HTML documents."
|
2013-04-14 09:13:30 +00:00
|
|
|
|
|
|
|
perl-HTML-Parser_package() {
|
|
|
|
depends="${makedepends}"
|
|
|
|
pkg_install() {
|
2013-11-23 10:57:36 +00:00
|
|
|
vmove all
|
2013-04-14 09:13:30 +00:00
|
|
|
}
|
|
|
|
}
|