aboutsummaryrefslogtreecommitdiff
path: root/www/py-plone.resourceeditor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-plone.resourceeditor/Makefile')
-rw-r--r--www/py-plone.resourceeditor/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/www/py-plone.resourceeditor/Makefile b/www/py-plone.resourceeditor/Makefile
deleted file mode 100644
index da7ef6710bc8..000000000000
--- a/www/py-plone.resourceeditor/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= plone.resourceeditor
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= www python zope
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= zope
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= Resources for integrating ACE into Plone
-
-DEPRECATED= Outdated version of plone 4.3 (legacy), uses EOLed python27
-EXPIRATION_DATE= 2020-02-03
-
-LICENSE= GPLv2
-
-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.publisher>0:devel/py-zope.publisher@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.schema>0:devel/py-zope.schema@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}plone.resource>0:www/py-plone.resource@${PY_FLAVOR}
-
-NO_ARCH= yes
-USES= python:2.7 zip
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>