aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-10-28 08:14:02 +0000
committerWen Heping <wen@FreeBSD.org>2011-10-28 08:14:02 +0000
commit39c4e614e355ebce6bdae4b7fd2dd1ce08b34aff (patch)
tree499eaeb7b5cd3be50c6739b32860c7b004cc7f26 /databases/Makefile
parentb867ff715403bcb8993d6addb8b1b1212f96b5dc (diff)
This module provides a sqlite-backed dictionary conforming to the
dbm interface, along with a shelve class that wraps the dict and provides serialization for it. WWW: http://github.com/Yelp/sqlite3dbm/
Notes
Notes: svn path=/head/; revision=284506
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 e71201e8158a..2e9949372bd4 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -690,6 +690,7 @@
SUBDIR += py-sqlalchemy
SUBDIR += py-sqlalchemy06
SUBDIR += py-sqlite3
+ SUBDIR += py-sqlite3dbm
SUBDIR += py-sqlkit
SUBDIR += py-sqlobject
SUBDIR += py-sqlparse