aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Bare/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Bare/Makefile')
-rw-r--r--textproc/p5-XML-Bare/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-XML-Bare/Makefile b/textproc/p5-XML-Bare/Makefile
new file mode 100644
index 00000000000..0261e9085f5
--- /dev/null
+++ b/textproc/p5-XML-Bare/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-XML-Bare
+# Date created: 17 March, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Bare
+PORTVERSION= 0.42
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= A minimal XML Parser
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::Bare.3
+
+.include <bsd.port.mk>