summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-20 22:43:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-20 22:43:44 +0000
commit341eea4b4db8bf8766285ef6e9306e4de8eb5970 (patch)
treec2c2adfc691ac376995ad7399ffeccc4e313b76d /databases/Makefile
parent[PATCH] www/resin3: update to 3.0.16 (diff)
New port: databases/pydbx Simple SQL database abstraction layer for Python
dbx is a simple SQL database abstraction layer for Python. The goal of dbx is to make using a SQL database as simple as possible while providing a consistent API across different databases. Author: David Phillips <david@acz.org> WWW: http://david.acz.org/pydbx/ PR: ports/90623 Submitted by: David Phillips <david@acz.org>
Notes
Notes: svn path=/head/; revision=151684
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 b4e58831df78..ff7e752e5bde 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -346,6 +346,7 @@
SUBDIR += py-sybase
SUBDIR += py-tada
SUBDIR += pydbdesigner
+ SUBDIR += pydbx
SUBDIR += qdbm
SUBDIR += qt-ibase-plugin
SUBDIR += qt-mysql-plugin