aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Text-xSV/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-28 15:18:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-28 15:18:29 +0000
commit60cac43758cb376bb2be3bba153b42bc0c3c3d08 (patch)
tree2334b6c88bc7344ef4a6cff82c1c29916dd89e05 /databases/p5-Text-xSV/Makefile
parentc34207994e9b5680dc9e702a9aebad3ccdc7b17b (diff)
Notes
Diffstat (limited to 'databases/p5-Text-xSV/Makefile')
-rw-r--r--databases/p5-Text-xSV/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/p5-Text-xSV/Makefile b/databases/p5-Text-xSV/Makefile
new file mode 100644
index 000000000000..15a771f5dfef
--- /dev/null
+++ b/databases/p5-Text-xSV/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Text-xSV
+# Date created: Jun 08 2011
+# Whom: Dmitry Liakh <dliakh@ukr.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-xSV
+PORTVERSION= 0.21
+CATEGORIES= databases
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dliakh@ukr.net
+COMMENT= Read character separated files
+
+PERL_CONFIGURE= yes
+
+MAN3= Text::xSV.3
+
+.include <bsd.port.mk>