diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-03-16 01:36:44 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-03-16 01:36:44 +0800 |
commit | 9fb84a075e25ae2e11f7fbeba01f8bb165cd2562 (patch) | |
tree | bc712419b3ae181d29c461b082ffa97728928053 /databases/Makefile | |
parent | 32bb188eb4c5f25e2da6d97f78615cdf8ca38465 (diff) | |
download | freebsd-ports-gnome-9fb84a075e25ae2e11f7fbeba01f8bb165cd2562.tar.gz freebsd-ports-gnome-9fb84a075e25ae2e11f7fbeba01f8bb165cd2562.tar.zst freebsd-ports-gnome-9fb84a075e25ae2e11f7fbeba01f8bb165cd2562.zip |
This is the the client and protocol library for the Drizzle project.
The server, drizzled, will use this as for protocol library. Client
utilities and any new projects that require low-level protocol
communication (like proxies). Other language interfaces (PHP
extensions, Python DBI, Perl DBD, SWIG, ...) should be built off
of this library.
WWW: https://launchpad.net/libdrizzle
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 abde40e36403..aaa3bf2ccf55 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -126,6 +126,7 @@ SUBDIR += kumofs SUBDIR += libdbi SUBDIR += libdbi-drivers + SUBDIR += libdrizzle SUBDIR += libgda SUBDIR += libgda2 SUBDIR += libgda2-reference |