summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-AutoWriter/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-05-02 01:00:19 +0000
committerjlam <jlam@pkgsrc.org>2006-05-02 01:00:19 +0000
commit31ded6e47eda9361023e427fc3d6c3b85d25f797 (patch)
tree5edcd455c8978e282b6a653846e3f372c2a352aa /textproc/p5-XML-AutoWriter/Makefile
parent72e98d38d1f9c6940c98c5a0fb0a740acfec1b45 (diff)
downloadpkgsrc-31ded6e47eda9361023e427fc3d6c3b85d25f797.tar.gz
Initial import of XML::AutoWriter-0.39 as textproc/p5-XML-AutoWriter.
XML::ValidWriter is a drop-in replacement for XML::Writer that uses the DTD contained in an XML::Doctype to enable compile- and run-time checks of XML output validity. It also provides methods and functions named after the elements mentioned in the DTD. XML::AutoWriter is a subclass of XML::ValidWriter that provides automatic start and end tag generation, allowing you to emit only the "important" tags.
Diffstat (limited to 'textproc/p5-XML-AutoWriter/Makefile')
-rw-r--r--textproc/p5-XML-AutoWriter/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/p5-XML-AutoWriter/Makefile b/textproc/p5-XML-AutoWriter/Makefile
new file mode 100644
index 00000000000..b43c044a21c
--- /dev/null
+++ b/textproc/p5-XML-AutoWriter/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 01:00:19 jlam Exp $
+
+DISTNAME= XML-AutoWriter-0.39
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/XML-ValidWriter/
+COMMENT= DOCTYPE-driven valid XML output
+
+PERL5_PACKLIST= auto/XML/ValidWriter/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"