aboutsummaryrefslogtreecommitdiff
path: root/net/py-zope.proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-zope.proxy/Makefile')
-rw-r--r--net/py-zope.proxy/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/py-zope.proxy/Makefile b/net/py-zope.proxy/Makefile
deleted file mode 100644
index 58462e2ca611..000000000000
--- a/net/py-zope.proxy/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: py-zopeproxy
-# Date created: 22 Nov, 2008
-# Whom: Wen Heping <wenheping@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= zopeproxy
-PORTVERSION= 3.6.1
-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>