diff options
author | wen <wen@FreeBSD.org> | 2011-09-23 15:45:37 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-09-23 15:45:37 +0800 |
commit | 56f2a82feb95cc20ae6aea1b4081fce4eba0acda (patch) | |
tree | 1b4a84a8b115e785a1040cc257ef50109be22d19 /net/py-zope.proxy | |
parent | 7acbfa70d9edeb0a842752308ad1581b62772871 (diff) | |
download | freebsd-ports-gnome-56f2a82feb95cc20ae6aea1b4081fce4eba0acda.tar.gz freebsd-ports-gnome-56f2a82feb95cc20ae6aea1b4081fce4eba0acda.tar.zst freebsd-ports-gnome-56f2a82feb95cc20ae6aea1b4081fce4eba0acda.zip |
- Change PORTNAME, it fix the build of databases/zodb3 [1]
- Fix typo
- Pet portlint
Submitted by: cvs-src@yandex.ru (maintainer, via email)
Diffstat (limited to 'net/py-zope.proxy')
-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> |