summaryrefslogtreecommitdiff
path: root/devel/py-Acquisition/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-Acquisition/Makefile')
-rw-r--r--devel/py-Acquisition/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/py-Acquisition/Makefile b/devel/py-Acquisition/Makefile
deleted file mode 100644
index 8fa9221b9578..000000000000
--- a/devel/py-Acquisition/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= Acquisition
-PORTVERSION= 4.2.2
-CATEGORIES= devel python zope
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= zope
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= Allows to obtain attributes from the containment hierarchy
-
-LICENSE= ZPL21
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= Old, uses EOLed python27
-EXPIRATION_DATE= 2020-03-18
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.1.1:devel/py-ExtensionClass@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Acquisition/_Acquisition.so
-
-.include <bsd.port.mk>