diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-19 14:20:34 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-19 14:20:34 +0000 |
commit | e9c6f49cbe051ad535f984457d420ee7fb55a58e (patch) | |
tree | bf9f068d0f79e3420501a2a7ef3dff6223ae322f /databases/Makefile | |
parent | dd6521e44be0482e98b4aed1b1719a734ed5bbd0 (diff) | |
download | FreeBSD-ports-e9c6f49cbe051ad535f984457d420ee7fb55a58e.zip FreeBSD-ports-e9c6f49cbe051ad535f984457d420ee7fb55a58e.tar.gz |
add py-bsddb3
BerkeleyDB3 wrapper module for Python
PR: 26448
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
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 1ca1f33..c41476f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -65,6 +65,7 @@ SUBDIR += py-MySQLdb SUBDIR += py-PyGreSQL SUBDIR += py-SQLDict + SUBDIR += py-bsddb3 SUBDIR += py-gdbm SUBDIR += rdb SUBDIR += ruby-bdb |