summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Clean/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-04-15 20:41:20 +0000
committerminskim <minskim@pkgsrc.org>2006-04-15 20:41:20 +0000
commitbb9aa1b5230f41532498605868c1e1c3edac4bcf (patch)
tree6b2bf69cf868f3b98d75e4ab6696f5bd15711b97 /textproc/p5-XML-Clean/Makefile
parentb0be7a18ec21094048257fc36fde3b0ac1907b38 (diff)
downloadpkgsrc-bb9aa1b5230f41532498605868c1e1c3edac4bcf.tar.gz
Import p5-XML-Clean from pkgsrc-wip. Packaged by Romak Kulik.
The ultimate quest of this module is to produce from non-XML text text, that will will most probably pass through 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).
Diffstat (limited to 'textproc/p5-XML-Clean/Makefile')
-rw-r--r--textproc/p5-XML-Clean/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/p5-XML-Clean/Makefile b/textproc/p5-XML-Clean/Makefile
new file mode 100644
index 00000000000..b1f735373d4
--- /dev/null
+++ b/textproc/p5-XML-Clean/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/15 20:41:20 minskim 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"