diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-06 08:52:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-06 08:52:52 +0800 |
commit | 81b99f003477d18fc3e1396a6a8737f10821ec7b (patch) | |
tree | 2a181cb5f59a2398ecf938f3201105d1c34a491d /databases/Makefile | |
parent | eb7be356be024e73fa4f55aff89fb3ce9a209f09 (diff) | |
download | freebsd-ports-gnome-81b99f003477d18fc3e1396a6a8737f10821ec7b.tar.gz freebsd-ports-gnome-81b99f003477d18fc3e1396a6a8737f10821ec7b.tar.zst freebsd-ports-gnome-81b99f003477d18fc3e1396a6a8737f10821ec7b.zip |
[NEW PORT] zodb3
zodb3 is different from zodb which is already in the database
ports collection.
The ZODB package is a Python object persistence system. It
provides the Z Object Database separately from Zope so it
can be used in non-Zope related Python applications to
provide transparent object-oriented persistency.
PR: ports/46108
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
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 f11ed51e53df..41d2def10b6e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -188,6 +188,7 @@ SUBDIR += xmysql SUBDIR += xmysqladmin SUBDIR += zodb + SUBDIR += zodb3 SUBDIR += zpygresqlda .include <bsd.port.subdir.mk> |