SUMMARY="Encode or decode strings with HTML entities" HOMEPAGE="http://search.cpan.org/~gaas/HTML-Parser/" SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.70.tar.gz" REVISION="1" ARCHITECTURES="x86 x86_gcc2" CHECKSUM_MD5="efe7699f5ece3a230d730a3682359c08" PROVIDES=" HTML_Parser = $portVersion " REQUIRES="perl" COPYRIGHT=" 1995-2009 Gisle Aas. All rights reserved. 1999-2000 Michael A. Chase. All rights reserved. " LICENSE=" GNU GPL v1 Artistic (Perl) " BUILD_REQUIRES="make" SOURCE_DIR="HTML-Parser-3.70" BUILD() { perl Makefile.PL make } INSTALL() { make install DESTDIR=$prefix } DESCRIPTION=" The HTML-Parser distribution is is a collection of perl modules that parse and extract information from HTML documents. "