diff options
Diffstat (limited to 'databases/zpygresqlda')
-rw-r--r-- | databases/zpygresqlda/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile index 4af78e785f06..3ff45916273e 100644 --- a/databases/zpygresqlda/Makefile +++ b/databases/zpygresqlda/Makefile @@ -9,12 +9,15 @@ PORTNAME= zpygresqlda PORTVERSION= 0.3.2 PORTREVISION= 2 CATEGORIES= databases www zope -MASTER_SITES= http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr/ +MASTER_SITES= http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr/0.3-rjr2/ DISTNAME= ZPyGreSQLDA-0.3-rjr2 MAINTAINER= ports@FreeBSD.org COMMENT= PostgreSQL database adapter for Zope +DEPRECATED= "depends on obsolete versions of Zope and Python" +EXPIRATION_DATE= "May 13 2004" + RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} |