freebsd-ports/www/py-Products.TinyMCE/Makefile

29 lines
756 B
Makefile
Raw Normal View History

2012-01-03 12:08:23 +01:00
# New ports collection makefile for: py-Products.TinyMCE
# Date created: 03 January 2012
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= Products.TinyMCE
PORTVERSION= 1.2.12
CATEGORIES= www python zope
2012-01-03 12:08:23 +01:00
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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 \
${PYTHON_PKGNAMEPREFIX}plone.outputfilters>=0:${PORTSDIR}/www/py-plone.outputfilters \
${PYTHON_PKGNAMEPREFIX}elementtree>=0:${PORTSDIR}/devel/py-elementtree
2012-01-03 12:08:23 +01:00
DIST_SUBDIR= zope
USE_PYTHON= -2.7
2012-01-03 12:08:23 +01:00
USE_PYDISTUTILS= easy_install
2012-04-25 11:14:47 +02:00
USE_ZIP= yes
2012-01-03 12:08:23 +01:00
.include <bsd.port.mk>