aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-zope.proxy/Makefile
blob: f860f3a8d21a3eb11164b05c5982de3aa7be8bab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   zope.proxy
PORTVERSION=    4.1.3
CATEGORIES= net python zope
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=    zope

MAINTAINER= zope@FreeBSD.org
COMMENT=    Generic Transparent Proxies

LICENSE=    ZPL21

BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface

USE_ZIP=    yes
USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install
PYEASYINSTALL_ARCHDEP=  yes

.include <bsd.port.mk>