ports/net/py-zope.proxy/Makefile
Greg Larkin 649ed43937 - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-29 21:18:00 +00:00

26 lines
591 B
Makefile

# New ports collection makefile for: py-zopeproxy
# Date created: 22 Nov, 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zope.proxy
PORTVERSION= 3.6.1
PORTREVISION= 3
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cvs-src@yandex.ru
COMMENT= Generic Transparent Proxies
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_ZIP= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>