summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-02-16 07:56:17 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-02-16 07:56:17 +0000
commit1e9cb0f331e67e31f61e7273b477783d3afbfd4a (patch)
treecf8b5d8167419881f6b89f6a1db09b88b76d8797
parentfb36f37138d5cbb9580460d99482ac1e8b77a1b1 (diff)
downloadfreebsd-ports-1e9cb0f331e67e31f61e7273b477783d3afbfd4a.zip
- Deprecate
- Set EXPIRATION_DATE PR: ports/108959 Submitted by: Uwe Laverenz <uwe@laverenz.de> Approved by: erwin (mentor)
-rw-r--r--databases/zodb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/zodb/Makefile b/databases/zodb/Makefile
index 5d85faf068cf..07ef5e5b8203 100644
--- a/databases/zodb/Makefile
+++ b/databases/zodb/Makefile
@@ -15,6 +15,9 @@ DISTNAME= StandaloneZODB-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Zope Object Database, a persistent object database for Python
+DEPRECATED= outdated software, databases/zodb3 should be used
+EXPIRATION_DATE= 2007-03-16
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
USE_PYTHON= yes