summaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Writer/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-26 04:16:04 +0000
committerwill <will@FreeBSD.org>2000-12-26 04:16:04 +0000
commitd8ca08a195290a5fd7a6e0d2136a429ddbee1505 (patch)
treea136468da6c229a680c2f259b4af277cd7f92f7b /textproc/p5-XML-Writer/Makefile
parentcbd8e6be2932c8e30a5fe6c28634b618440e2ab2 (diff)
downloadFreeBSD-ports-d8ca08a195290a5fd7a6e0d2136a429ddbee1505.zip
FreeBSD-ports-d8ca08a195290a5fd7a6e0d2136a429ddbee1505.tar.gz
Add p5-XML-Writer 0.4, a simple perl module for writing XML documents; it
takes care of constructing markup and escaping data correctly, among other useful features. PR: 23819 Submitted by: Adam Herzog <adam@herzogdesigns.com>
Diffstat (limited to 'textproc/p5-XML-Writer/Makefile')
-rw-r--r--textproc/p5-XML-Writer/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile
new file mode 100644
index 0000000..44b637d
--- /dev/null
+++ b/textproc/p5-XML-Writer/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: XML::Writer
+# Date created: 24 December 2000
+# Whom: Adam Herzog <adam@herzogdesigns.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Writer
+PORTVERSION= 0.4
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+MAN3= XML::Writer.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud