summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 22:12:27 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 22:12:27 +0000
commit9ad98bbaa6f796410f01751984a72788f2e2b4fb (patch)
treec5af5f48ea402c7c146baa9a68625ed4ab1e2bf8 /databases/Makefile
parentNew port: databases/libpbl - Peter Graf's Program Base Library (diff)
NEW PORTS: databases/py-dbutils, database connection pool for multithread application
DBUtils is a suite of tools providing solid, persistent and pooled connections to a database that can be used in all kinds of multi-threaded environments like Webware for Python or other web application servers. The suite supports DB-API 2 compliant database interfaces and the classic PyGreSQL interface. WWW: http://www.webwareforpython.org/DBUtils PR: ports/91268 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
Notes
Notes: svn path=/head/; revision=152688
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 8170d92031b8..0f5af104c03f 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -339,6 +339,7 @@
SUBDIR += py-bsddb
SUBDIR += py-bsddb3
SUBDIR += py-cdb
+ SUBDIR += py-dbutils
SUBDIR += py-forgetsql
SUBDIR += py-gdbm
SUBDIR += py-memcached