diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2012-07-23 12:52:24 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2012-07-23 12:52:24 +0000 |
commit | ebff4a8f7d68b91c1953a346a0bd2d60bc1a600e (patch) | |
tree | e626794d344fdf135276ff3441035543d635504a /databases/Makefile | |
parent | 4add9c8d8b908aa5442b2295c86055a13e23c423 (diff) |
HTSQL ("Hyper Text Structured Query Language") is a high-level query
language for relational databases. The target audience for HTSQL is the
accidental programmer -- one who is not a SQL expert, yet needs a usable,
comprehensive query tool for data access and reporting.
This port provides the MySQL backend to HTSQL
WWW: http://htsql.org/
RedPorts Log: https://redports.org/buildarchive/20120714112050-51475/
PR: ports/169853
Submitted by: koobs <koobs.freebsd@gmail.com>
Notes
Notes:
svn path=/head/; revision=301391
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 25060173b654..3b29fd2fdba8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -696,6 +696,7 @@ SUBDIR += py-gdbm SUBDIR += py-hiredis SUBDIR += py-htsql + SUBDIR += py-htsql-mysql SUBDIR += py-htsql-pgsql SUBDIR += py-kyotocabinet SUBDIR += py-leveldb |