mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
26 lines
591 B
Makefile
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>
|