e1a5596c8c
This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile any C.
18 lines
542 B
Makefile
18 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/05 22:39:31 wiz Exp $
|
|
|
|
DISTNAME= XML-Parser-Lite-Tree-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-user@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Parser/
|
|
COMMENT= Perl extension for a lightweight XML tree builder
|
|
LICENSE= (${PERL5_LICENSE}) AND artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/XML/Parser/Lite/Tree/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|