diff options
author | petef <petef@FreeBSD.org> | 2001-12-04 09:40:13 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-04 09:40:13 +0000 |
commit | 2dfc0b5c254c634e05e8b6ce4b0274b1d9e0c9c5 (patch) | |
tree | f3f2be7a990fc07c5c3712109780fcefe67e8331 /databases/Makefile | |
parent | 2b12119af73ac9335bfe089125ef3117dea32e00 (diff) | |
download | FreeBSD-ports-2dfc0b5c254c634e05e8b6ce4b0274b1d9e0c9c5.zip FreeBSD-ports-2dfc0b5c254c634e05e8b6ce4b0274b1d9e0c9c5.tar.gz |
Add py-cdb-0.22.a, a Python interface to D. J. Bernstein's CDB (constant
database) library
PR: 32489
Submitted by: Jason R. Mastaler <jason@mastaler.com>
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 93b85ce..8bff365 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -89,6 +89,7 @@ SUBDIR += py-PyGreSQL SUBDIR += py-SQLDict SUBDIR += py-bsddb3 + SUBDIR += py-cdb SUBDIR += py-gdbm SUBDIR += py-pyPgSQL SUBDIR += py-sqlrelay |