### this file is sourced not run
PKGVER=3.72
PKGBUILD=1
PKGARCH=x86_64

# source: james (modified from BLFS 7.5 updated to latest)
TARBALL=HTML-Parser-$PKGVER.tar.gz
MD5SUM=eb7505e5f626913350df9dd4a03d54a8
SRC_URL=https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL
BUNDLE=

SLACKREQ='perl perl-html-tagset'
SLACKDESC="perl-html-parser: perl-html-parser $PKGVER (HTML parser module for perl)
perl-html-parser: 
perl-html-parser: Objects of the HTML::Parser class will recognize markup and separate 
perl-html-parser: it from plain text (alias data content) in HTML documents. As 
perl-html-parser: different kinds of markup and text are recognized, the corresponding 
perl-html-parser: event handlers are invoked.
perl-html-parser: 
perl-html-parser: https://metacpan.org/release/HTML-Parser
perl-html-parser: 
perl-html-parser: 
perl-html-parser:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_perlmodules &&
	pkg_build_slackdesc
}
