aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-10-31 14:10:09 +0800
committerdinoex <dinoex@FreeBSD.org>2006-10-31 14:10:09 +0800
commit9d850892571e61b1c3fb261bad4fbac53ad82bc2 (patch)
tree7f5c2ae964bea2fd88353b3b5f38c48a1921b6d5 /databases/Makefile
parentaa724209c7c639d0437e73ec1c9843280af56582 (diff)
downloadfreebsd-ports-gnome-9d850892571e61b1c3fb261bad4fbac53ad82bc2.tar.gz
freebsd-ports-gnome-9d850892571e61b1c3fb261bad4fbac53ad82bc2.tar.zst
freebsd-ports-gnome-9d850892571e61b1c3fb261bad4fbac53ad82bc2.zip
This library is a lightweight database abstraction layer designed to make
it simple to write high performance applications using SQL databases from Objective-C. The library consists of a semi-abstract superclass doing much of the work and allowing extremely simple database specific bundles to be written to talk to particular database servers. It comes with backend bundles for Postgres, MySQL, and SQLite (plus an untested Oracle bundle).
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 60625bff7dae..7358f4b545d9 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -454,6 +454,7 @@
SUBDIR += rubygem-activerecord
SUBDIR += rubygem-memcache-client
SUBDIR += slony1
+ SUBDIR += sqlclient
SUBDIR += sqlite2
SUBDIR += sqlite3
SUBDIR += sqlrelay