2012-01-03 12:08:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Products.TinyMCE
|
2013-09-23 11:18:55 +02:00
|
|
|
PORTVERSION= 1.3.5
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= www python zope
|
2012-01-03 12:08:23 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2012-01-03 12:08:23 +01:00
|
|
|
COMMENT= Adds support for TinyMCE to Plone
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.imaging>=1.0.2:${PORTSDIR}/www/py-plone.app.imaging \
|
2012-01-03 22:08:37 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.outputfilters>=0:${PORTSDIR}/www/py-plone.outputfilters \
|
2013-09-23 11:18:55 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.namedfile>0:${PORTSDIR}/www/py-plone.namedfile \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.layout>0:${PORTSDIR}/www/py-plone.app.layout \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.caching>0:${PORTSDIR}/www/py-plone.caching \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.ResourceRegistries>0:${PORTSDIR}/devel/py-Products.ResourceRegistries \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.app.content>0:${PORTSDIR}/devel/py-zope.app.content \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.schema>0:${PORTSDIR}/devel/py-zope.schema
|
2012-01-03 12:08:23 +01:00
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
2012-05-09 21:01:03 +02:00
|
|
|
USE_PYTHON= -2.7
|
2013-09-23 11:18:55 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2012-04-25 11:14:47 +02:00
|
|
|
USE_ZIP= yes
|
2012-01-03 12:08:23 +01:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2013-09-23 11:18:55 +02:00
|
|
|
|
2012-01-03 12:08:23 +01:00
|
|
|
.include <bsd.port.mk>
|