28 lines
641 B
Makefile
28 lines
641 B
Makefile
|
# New ports collection makefile for: py-zopeproxy
|
||
|
# Date created: 22 Nov, 2008
|
||
|
# Whom: Wen Heping <wenheping@gmail.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= zopeproxy
|
||
|
PORTVERSION= 3.4.2
|
||
|
CATEGORIES= net python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
DISTNAME= zope.proxy-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= wenheping@gmail.com
|
||
|
COMMENT= Generic Transparent Proxies
|
||
|
|
||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface
|
||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||
|
|
||
|
USE_ZIP= yes
|
||
|
USE_PYTHON= 2.4+
|
||
|
USE_PYDISTUTILS= easy_install
|
||
|
PYEASYINSTALL_ARCHDEP= yes
|
||
|
PYDISTUTILS_PKGNAME= zope.proxy
|
||
|
|
||
|
.include <bsd.port.mk>
|