freebsd-ports/www/py-django-tinymce/Makefile
Carlo Strub f01a7c1d8d - Allow ports to work with any django version avaliable.
- Allow staging and use AUTOPLIST option for www/py-django-tables2

PR:		ports/184147
Submitted by:	Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
2013-11-24 20:36:40 +00:00

21 lines
493 B
Makefile

# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
# $FreeBSD$
PORTNAME= django-tinymce
PORTVERSION= 1.5.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kozlov.sergey.404@gmail.com
COMMENT= Django application to use TinyMCE editor
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>