2009-02-09 Release 3.60 Ville Skytta (5): Spelling fixes. Test multi-value headers. Documentation improvements. Do not terminate head parsing on the <object> element (added in HTML 4.0). Add support for HTML 5 <meta charset> and new HEAD elements. Damyan Ivanov (1): Short description of the htextsub example Mike South (1): Suppress warning when encode_entities is called with undef [RT#27567] Zefram (1): HTML::Parser doesn't compile with perl 5.8.0.
28 lines
799 B
Makefile
28 lines
799 B
Makefile
# $NetBSD: Makefile,v 1.44 2009/02/21 14:00:02 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= HTML-Parser-3.60
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hpa
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTML-Parser/
|
|
COMMENT= Perl5 module to parse HTML text documents
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-HTML-Tagset>=3.0:../../www/p5-HTML-Tagset
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
# needed for HTTP/Headers self-test, but this would create a circular
|
|
# dependency -- weird.
|
|
#DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/HTML/Parser/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|