aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2011-11-11 17:37:27 +0800
committerrm <rm@FreeBSD.org>2011-11-11 17:37:27 +0800
commit0bc712fa4c384c944eff51a55b288d53a41ecade (patch)
treed9fe054f2a1dda793ff13df20e2187fe1d8e89b7 /databases
parent46906f72df05d604f1cf266af889d525e9fb0ad1 (diff)
downloadfreebsd-ports-gnome-0bc712fa4c384c944eff51a55b288d53a41ecade.tar.gz
freebsd-ports-gnome-0bc712fa4c384c944eff51a55b288d53a41ecade.tar.zst
freebsd-ports-gnome-0bc712fa4c384c944eff51a55b288d53a41ecade.zip
- whitespace cleanup
- update WWW Submitted by: rm Approved by: wen (maintainer), miwi (co-mentor) Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r--databases/zodb3/Makefile1
-rw-r--r--databases/zodb3/pkg-descr8
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile
index a76b49ef4972..7272a0020e39 100644
--- a/databases/zodb3/Makefile
+++ b/databases/zodb3/Makefile
@@ -30,4 +30,5 @@ USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_PKGNAME= ZODB3
+
.include <bsd.port.mk>
diff --git a/databases/zodb3/pkg-descr b/databases/zodb3/pkg-descr
index e590f6f735a4..8b114b66433a 100644
--- a/databases/zodb3/pkg-descr
+++ b/databases/zodb3/pkg-descr
@@ -1,6 +1,6 @@
-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
+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.
-WWW: http://wiki.zope.org/ZODB/FrontPage
+WWW: http://www.zodb.org/