diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-09-23 23:59:11 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-09-23 23:59:11 +0800 |
commit | 5924c9680d2652e47f72ded3b62bd5696cb9c369 (patch) | |
tree | ca5697c91428473b5898dc631442e7a9eda8cc01 /databases/Makefile | |
parent | f2cfe4dbc37858a5bdb7f2cc0a1c1cd3a732a1c0 (diff) | |
download | freebsd-ports-gnome-5924c9680d2652e47f72ded3b62bd5696cb9c369.tar.gz freebsd-ports-gnome-5924c9680d2652e47f72ded3b62bd5696cb9c369.tar.zst freebsd-ports-gnome-5924c9680d2652e47f72ded3b62bd5696cb9c369.zip |
Add c3p0, a Java library for augmenting traditional (DriverManager-based)
JDBC drivers with JNDI-bindable DataSources, including DataSources
that implement Connection and Statement Pooling.
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 7a73121560c1..6ffeb8bb99df 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -18,6 +18,7 @@ SUBDIR += bbdb SUBDIR += beansdb SUBDIR += buzhug + SUBDIR += c3p0 SUBDIR += cassandra SUBDIR += cdb SUBDIR += cego |