summaryrefslogtreecommitdiff
path: root/textproc/p5-SQL-Tokenizer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-SQL-Tokenizer/Makefile')
-rw-r--r--textproc/p5-SQL-Tokenizer/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-SQL-Tokenizer/Makefile b/textproc/p5-SQL-Tokenizer/Makefile
new file mode 100644
index 000000000000..090ef969c18c
--- /dev/null
+++ b/textproc/p5-SQL-Tokenizer/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: SQL-Tokenizer
+# Date created: 2011-02-12
+# Whom: milki <milki@rescomp.berkeley.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= SQL-Tokenizer
+PORTVERSION= 0.20
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../by-authors/id/I/IZ/IZUT
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= milki@rescomp.berkeley.edu
+COMMENT= Simple regular expressions based SQL tokenizer
+
+TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+
+PERL_CONFIGURE= YES
+
+MAN3= SQL::Tokenizer.3
+
+.include <bsd.port.mk>