Lines 1-9
Link Here
|
1 |
# Created by: Kevin Golding <ports@caomhin.org> |
1 |
# Created by: Kevin Golding <ports@caomhin.org> |
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= django-happenings |
4 |
PORTNAME= django-happenings-update |
5 |
PORTVERSION= 0.3.3 |
5 |
PORTVERSION= 0.4.4 |
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 14-25
Link Here
|
14 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE= BSD3CLAUSE |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
|
15 |
|
17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} |
17 |
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ |
|
|
18 |
${PYTHON_PKGNAMEPREFIX}six>=1.9<2.0:devel/py-six@${PY_FLAVOR} |
19 |
|
19 |
|
20 |
CONFLICTS_INSTALL= py*-django-mptt |
20 |
USES= python:3.5+ |
21 |
|
|
|
22 |
USES= python |
23 |
USE_PYTHON= distutils autoplist |
21 |
USE_PYTHON= distutils autoplist |
24 |
|
22 |
|
|
|
23 |
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-happenings |
24 |
|
25 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |