Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= django-tinymce |
4 |
PORTNAME= django-tinymce |
5 |
PORTVERSION= 2.0.4 |
5 |
PORTVERSION= 2.7.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 12-23
Link Here
|
12 |
COMMENT= Django application to use TinyMCE editor |
11 |
COMMENT= Django application to use TinyMCE editor |
13 |
|
12 |
|
14 |
LICENSE= MIT |
13 |
LICENSE= MIT |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
15 |
|
15 |
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} |
17 |
|
17 |
|
|
|
18 |
USES= python |
19 |
USE_PYTHON= autoplist concurrent distutils |
18 |
NO_ARCH= yes |
20 |
NO_ARCH= yes |
|
|
21 |
PORTDOCS= *.rst |
19 |
|
22 |
|
20 |
USES= python zip |
23 |
OPTIONS_DEFINE= DOCS |
21 |
USE_PYTHON= autoplist distutils |
|
|
22 |
|
24 |
|
|
|
25 |
post-install-DOCS-on: |
26 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
27 |
${INSTALL_DATA} ${WRKSRC}/*.rst ${STAGEDIR}${DOCSDIR} |
28 |
|
23 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |