pkgsrc/www/p5-HTML-Element-Extended/Makefile
wiz 88d946b682 Update to 1.17:
1.17  Wed May  3 16:52:03 EDT 2006
        - new_from_tree() uses a better rasterizer now, properly
          handling even more tortuous span issues. Thanks to Roland
          Schar.
        - Fixed as_XML rendering Thanks to Roger Crew.

1.16  Sat Feb 25 12:41:57 EST 2006
        - Fixed new_from_tree() to handle (ignore) tbody, thead and
          tfoot tags. Otherwise rows were ignored.

1.15  Fri Feb 24 15:34:13 EST 2006
        - Fixed some scoping issues ('my' collisions)
        - Fixed some undef issues running under -w (thanks to Carl
          Franks)
2007-02-22 10:51:39 +00:00

20 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/02/22 10:51:39 wiz Exp $
DISTNAME= HTML-Element-Extended-1.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
# ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MS/MSISK/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Element-Extended/
COMMENT= Perl5 modules for managing HTML::Element based objects
DEPENDS+= p5-HTML-Tree>=0:../../www/p5-HTML-Tree
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/HTML-Element-Extended/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"