2013-04-17 20:01:53 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-12-04 20:51:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-09-23 09:45:37 +02:00
|
|
|
PORTNAME= zope.proxy
|
2013-04-17 20:01:53 +02:00
|
|
|
PORTVERSION= 4.1.3
|
2014-02-10 00:40:57 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= net python zope
|
2008-12-04 20:51:12 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2013-04-17 20:01:53 +02:00
|
|
|
DIST_SUBDIR= zope
|
2008-12-04 20:51:12 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2008-12-04 20:51:12 +01:00
|
|
|
COMMENT= Generic Transparent Proxies
|
|
|
|
|
2013-04-17 20:01:53 +02:00
|
|
|
LICENSE= ZPL21
|
|
|
|
|
2011-09-29 23:18:00 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface
|
2008-12-04 20:51:12 +01:00
|
|
|
|
2014-03-10 17:38:00 +01:00
|
|
|
USES= zip
|
2014-02-10 00:40:57 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2008-12-04 20:51:12 +01:00
|
|
|
.include <bsd.port.mk>
|