pkgsrc/www/p5-HTML-Parser/Makefile
wiz eced49b83e Update to 3.48:
2005-12-02   Gisle Aas

     Release 3.48

     Enabling empty_element_tags by default for HTML::TokeParser
     was a mistake.  Reverted that change.
     <https://rt.cpan.org/Ticket/Display.html?id=16164>

     When processing a document with "marked_sections => 1", the
     skipped text missed the first 3 bytes "<![".
     <https://rt.cpan.org/Ticket/Display.html?id=16207>



2005-11-22   Gisle Aas

     Release 3.47

     Added empty_element_tags and xml_pic configuration
     options.  These make it possible to enable these XML
     features without enabling the full XML-mode.

     The empty_element_tags is enabled by default for
     HTML::TokeParser.
2006-01-01 23:00:30 +00:00

21 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.34 2006/01/01 23:00:30 wiz Exp $
#
DISTNAME= HTML-Parser-3.48
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hpa
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Parser/
COMMENT= Perl5 module to parse HTML text documents
DEPENDS+= p5-HTML-Tagset>=3.0:../../www/p5-HTML-Tagset
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/HTML/Parser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"