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

# source: BLFS 11.3
TARBALL=Perl-HTML-Parser-$PKGVER.tar.gz
MD5SUM=b9f5dd3b14632f7a60541a2b61389c06
SRC_URL=https://www.cpan.org/authors/id/O/OA/OALDERS/${TARBALL#Perl-}
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
}
