c6b695757a
2003-09-15 Sean M. Burke <sburke@cpan.org> Release 3.18 -- bugfix to test, adding qr// to look_(down|up) Accepting Iain 'Spoon' Truskett's neat patch for qr// as lookdown operators (previously you had to do sub { $_[0]=~ m/.../}). Rewrote some tests, notably parsefile.t, which was pointlessly failing because of an incompatibility with an HTML::Parser version. Removed the disused ancient utils "dtd2pm" and "ent" from the dist.
19 lines
558 B
Makefile
19 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/01/18 21:15:06 heinz Exp $
|
|
|
|
DISTNAME= HTML-Tree-3.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5htr
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= jlam@NetBSD.org
|
|
COMMENT= Perl5 modules for manipulating HTML syntax trees
|
|
|
|
DEPENDS+= p5-HTML-Parser>=2.19:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-HTML-Tagset>=3.02:../../www/p5-HTML-Tagset
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML-Tree/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|