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

# source: james (modified from BLFS 7.5)
TARBALL=HTML-Parser-3.71.tar.gz
MD5SUM=9128a45893097dfa3bf03301b19c5efe
SRC_URL=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL
BUNDLE=

SLACKREQ='perl perl-html-tagset'
SLACKDESC='perl-html-parser: perl-html-parser 3.71 (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: http://search.cpan.org/~gaas/HTML-Parser-3.71/Parser.pm
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
}


