summaryrefslogtreecommitdiff
path: root/textproc/p5-SQL-Tokenizer/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-02-13 07:04:22 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-02-13 07:04:22 +0000
commit657eb01ae19a8a43b99f29fa64895dc1e972735d (patch)
tree9313fdeaa59ebac33fb133ee1984b35a110179d4 /textproc/p5-SQL-Tokenizer/Makefile
parent034342f190db2b0dc3b2aad73415b325fb45e827 (diff)
Notes
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>