diff options
-rw-r--r-- | net/py-zope.proxy/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/py-zope.proxy/Makefile b/net/py-zope.proxy/Makefile index 1f2300fb1c9f..68390e51d811 100644 --- a/net/py-zope.proxy/Makefile +++ b/net/py-zope.proxy/Makefile @@ -5,24 +5,22 @@ # $FreeBSD$ # -PORTNAME= zopeproxy +PORTNAME= zope.proxy PORTVERSION= 3.6.1 -PORTREVISON= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= zope.proxy-${PORTVERSION} MAINTAINER= cvs-src@yandex.ru COMMENT= Generic Transparent Proxies BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ZIP= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes -PYDISTUTILS_PKGNAME= zope.proxy .include <bsd.port.mk> |