diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-02-03 20:40:37 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-02-03 20:40:37 +0000 |
commit | 9c23f2b3e7b1fd9786ec98ae1a9a32be208d3956 (patch) | |
tree | 6c65db1a3b8fb84bdeb0d53e5ae1e326f216888d /www/py-plone.resourceeditor/Makefile | |
parent | 30b5d62a145467ca3e094ed259e0d36381295010 (diff) | |
download | ports-9c23f2b3e7b1fd9786ec98ae1a9a32be208d3956.tar.gz ports-9c23f2b3e7b1fd9786ec98ae1a9a32be208d3956.zip |
Notes
Diffstat (limited to 'www/py-plone.resourceeditor/Makefile')
-rw-r--r-- | www/py-plone.resourceeditor/Makefile | 29 |
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> |