# Template build file for 'perl-Parser'. pkgname=perl-HTML-Parser version=3.70 revision=1 wrksrc="HTML-Parser-$version" build_style=perl-module makedepends="perl>=5.16 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 " 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 usr } }