aboutsummaryrefslogtreecommitdiff
path: root/www/py-plone.supermodel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-plone.supermodel/Makefile')
-rw-r--r--www/py-plone.supermodel/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/py-plone.supermodel/Makefile b/www/py-plone.supermodel/Makefile
deleted file mode 100644
index 09db14db3d44..000000000000
--- a/www/py-plone.supermodel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= plone.supermodel
-PORTVERSION= 1.2.7
-CATEGORIES= www python zope
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= zope
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= Serialize Zope schema definitions to and from XML
-
-DEPRECATED= Outdated version of plone 4.3 (legacy), uses EOLed python27
-EXPIRATION_DATE= 2020-02-03
-
-LICENSE= BSD3CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.deferredimport>=0:devel/py-zope.deferredimport@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:devel/py-zope.dottedname@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}z3c.zcmlhook>=0:devel/py-z3c.zcmlhook@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
-
-NO_ARCH= yes
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>