aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-09 14:26:40 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-09 14:26:40 +0000
commit1f4401a28ff5f026a7cdf52051c6941a8e0fa89d (patch)
treeada290ece4ee225a15e5ea05956948f45bb1ae3b /databases/Makefile
parent5e3cdc0c68edd542e68fd740de5cadc66e4d0159 (diff)
downloadports-1f4401a28ff5f026a7cdf52051c6941a8e0fa89d.tar.gz
ports-1f4401a28ff5f026a7cdf52051c6941a8e0fa89d.zip
OpenDBX is an extremely lightweight but extensible C library for
accessing databases with a single API. It provides a clean and simple interface across all supported databases that leads to an elegant code design automatically. Currently MySQL, PostgreSQL and SQLite are supported and backends for more native database APIs can be written easily. If you want your application to support different databases with little effort, this is definitively the right thing for you! License: LGPL WWW: http://www.linuxnetworks.de/opendbx/ PR: ports/95005 Submitted by: tremere at cainites.net
Notes
Notes: svn path=/head/; revision=167269
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 38447520ac12..88f3423d22ce 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -152,6 +152,7 @@
SUBDIR += mysqltcl
SUBDIR += mytop
SUBDIR += namazu2
+ SUBDIR += opendbx
SUBDIR += oracle7-client
SUBDIR += oracle8-client
SUBDIR += oracle_odbc_driver