aboutsummaryrefslogtreecommitdiff
path: root/devel/py-z3c.caching/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-z3c.caching/Makefile')
-rw-r--r--devel/py-z3c.caching/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/py-z3c.caching/Makefile b/devel/py-z3c.caching/Makefile
deleted file mode 100644
index d957de82a069..000000000000
--- a/devel/py-z3c.caching/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= z3c.caching
-PORTVERSION= 2.0a1
-PORTREVISION= 1
-CATEGORIES= devel python zope
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= zope
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= Caching infrastructure for web apps
-
-LICENSE= ZPL21
-
-DEPRECATED= Old, uses EOLed python27
-EXPIRATION_DATE= 2020-02-20
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:devel/py-zope.lifecycleevent@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=0:devel/py-zope.browserpage@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR}
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>