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

# source: james (modified from BLFS 7.5)
TARBALL=HTML-Tagset-3.10.tar.gz
MD5SUM=89bdd351272ccd285fa61c5b2ce451ab
SRC_URL=http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL
BUNDLE=

SLACKREQ='perl'
SLACKDESC='perl-html-tagset: perl-html-tagset 3.10 (HTMl tag data tables for perl)
perl-html-tagset: 
perl-html-tagset: This module contains several data tables useful in various kinds of 
perl-html-tagset: HTML parsing operations.
perl-html-tagset: 
perl-html-tagset: http://search.cpan.org/~petdance/HTML-Tagset-3.10/Tagset.pm
perl-html-tagset: 
perl-html-tagset: 
perl-html-tagset: 
perl-html-tagset: 
perl-html-tagset: 
'

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


