diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-16 15:56:17 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-16 15:56:17 +0800 |
commit | 98f4b47810896aa976dc0073444fb37b4ab00bca (patch) | |
tree | 725e3f50eb351222f6562fa42eb1a466c4f32337 /databases/zodb/Makefile | |
parent | 4da14edf1f1fdd6e5e29acb2a58733b2eb1dc0de (diff) | |
download | freebsd-ports-gnome-98f4b47810896aa976dc0073444fb37b4ab00bca.tar.gz freebsd-ports-gnome-98f4b47810896aa976dc0073444fb37b4ab00bca.tar.zst freebsd-ports-gnome-98f4b47810896aa976dc0073444fb37b4ab00bca.zip |
- Deprecate
- Set EXPIRATION_DATE
PR: ports/108959
Submitted by: Uwe Laverenz <uwe@laverenz.de>
Approved by: erwin (mentor)
Diffstat (limited to 'databases/zodb/Makefile')
-rw-r--r-- | databases/zodb/Makefile | 3 |
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 |