diff options
author | culot <culot@FreeBSD.org> | 2011-02-13 01:10:07 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-02-13 01:10:07 +0800 |
commit | eefc064ffd6765809e9e18678cc27dc170e6a265 (patch) | |
tree | 98673822c2019153d8299ffd050cd38b3ccbd3ed /lang/Makefile | |
parent | 5c8777a94dbc72b87cb3b5c57de9acf1916c841d (diff) | |
download | freebsd-ports-gnome-eefc064ffd6765809e9e18678cc27dc170e6a265.tar.gz freebsd-ports-gnome-eefc064ffd6765809e9e18678cc27dc170e6a265.tar.zst freebsd-ports-gnome-eefc064ffd6765809e9e18678cc27dc170e6a265.zip |
SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim
to be a parser or query verifier. It just creates sane tokens from a
valid SQL query.
WWW: http://search.cpan.org/dist/SQL-Tokenizer
PR: ports/154706
Submitted by: milki <milki AT rescomp.berkeley.edu>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index f38a5495a56f..725296188824 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -237,6 +237,7 @@ SUBDIR += p5-Perl6-Subs SUBDIR += p5-Pugs-Compiler-Rule SUBDIR += p5-Quantum-Superpositions + SUBDIR += p5-SQL-Tokenizer SUBDIR += p5-Scalar-List-Utils SUBDIR += p5-Switch SUBDIR += p5-Tcl |