270cc94846
* Repo-copy from www/py-django-happenings because it's an official fork and also available at PyPI. The forked version has support for newer Django releases. * Update CONFLICTS_INSTALL entries accordingly but omit www/py-django-mptt as it can co-exist (once assigned to Django 2.2) with www/py-django-happenings-update. PR: 245644 Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
25 lines
670 B
Makefile
25 lines
670 B
Makefile
# Created by: Kevin Golding <ports@caomhin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-happenings-update
|
|
PORTVERSION= 0.4.4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Event calendar app for Django
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.9<2.0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-happenings
|
|
|
|
.include <bsd.port.mk>
|