aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-MyXML/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 02:03:31 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 02:03:31 +0000
commit0f8447a3bfca5228a374deb51b34ef659eb3d493 (patch)
tree794566649d63eb2aa4e12b5f88dd2f74236112b8 /textproc/p5-XML-MyXML/Makefile
parent93c56941cdf9471505e97740061361be1d0e1bc3 (diff)
downloadports-0f8447a3bfca5228a374deb51b34ef659eb3d493.tar.gz
ports-0f8447a3bfca5228a374deb51b34ef659eb3d493.zip
Notes
Diffstat (limited to 'textproc/p5-XML-MyXML/Makefile')
-rw-r--r--textproc/p5-XML-MyXML/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-XML-MyXML/Makefile b/textproc/p5-XML-MyXML/Makefile
new file mode 100644
index 000000000000..e2dcd0323bc5
--- /dev/null
+++ b/textproc/p5-XML-MyXML/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-XML-MyXML
+# Date created: 2007-04-30
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-MyXML
+PORTVERSION= 0.09766
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= A simple-to-use XML module parsing and creating XML documents
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::MyXML.3
+
+.include <bsd.port.mk>