aboutsummaryrefslogtreecommitdiff
path: root/devel/py-Products.ZopeVersionControl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-Products.ZopeVersionControl/Makefile')
-rw-r--r--devel/py-Products.ZopeVersionControl/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/py-Products.ZopeVersionControl/Makefile b/devel/py-Products.ZopeVersionControl/Makefile
deleted file mode 100644
index 6c4b5c305fc8..000000000000
--- a/devel/py-Products.ZopeVersionControl/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= Products.ZopeVersionControl
-PORTVERSION= 1.1.3
-PORTREVISION= 1
-CATEGORIES= devel python zope
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= zope
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= Zope Version Control
-
-LICENSE= ZPL21
-
-DEPRECATED= Old, uses EOLed python27
-EXPIRATION_DATE= 2020-02-18
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction@${PY_FLAVOR} \
- zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3@${PY_FLAVOR}
-
-USES= python:2.7 zip
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>