pkgsrc/textproc/p5-XML-Handler-Trees/Makefile
kleink 3908f36321 Initial import of p5-XML-Handler-Trees 0.02.
XML::Handler::Trees provides three PerlSAX handler classes for
building tree structures. XML::Handler::Tree builds the same type
of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree
builds the same type of tree as the "EasyTree" style added to
XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder
builds the same type of tree as Sean M. Burke's XML::TreeBuilder.
These classes make it possible to construct these tree structures
from sources other than XML::Parser.
2006-02-23 20:24:12 +00:00

16 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 20:24:12 kleink Exp $
DISTNAME= XML-Handler-Trees-0.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xht
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Handler-Trees/
COMMENT= PerlSAX handlers for building tree structures
PERL5_PACKLIST= auto/XML/Handler/Trees/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"