1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/py-zopeproxy/Makefile
Wen Heping 5d3293cbca - Update to 3.6.0
- Reset maintainer
2010-05-05 06:54:04 +00:00

28 lines
639 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.6.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zope.proxy-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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>