aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-CanonicalizeXML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-CanonicalizeXML/Makefile')
-rw-r--r--textproc/p5-XML-CanonicalizeXML/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-XML-CanonicalizeXML/Makefile b/textproc/p5-XML-CanonicalizeXML/Makefile
new file mode 100644
index 00000000000..25e17704a9d
--- /dev/null
+++ b/textproc/p5-XML-CanonicalizeXML/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-XML-CanonicalizeXML
+# Date created: 2009-08-06
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-CanonicalizeXML
+PORTVERSION= 0.03
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Extension for inclusive/exclusive canonicalization of XML
+
+LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::CanonicalizeXML.3
+
+.include <bsd.port.mk>