pkgsrc-wip/p5-XML-Clean/Makefile
Roman Kulik 981f174f76 he ultimate quest of this module is to produce from non-XML text
text, that will will most probably pass throught any XML parser one
could find.

Basic cleaning is just XML tag matching (for every opening tag there
will be closing tag as well, and they will form a tree structure).

When you add some extra parameters, you will receive complete XML
text, including XML head and root element (if none were defined in
text, then some will be added).

WWW: http://search.cpan.org/~pkubanek/XML-Clean/
2005-08-24 16:26:30 +00:00

15 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/08/24 16:26:30 kuli0020 Exp $
DISTNAME= XML-Clean-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PK/PKUBANEK/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/~pkubanek/XML-Clean/
COMMENT= Ensure, that *(HTML)* text pass throught an XML parser
PERL5_PACKLIST= auto/XML/Clean/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"