356f24c838
* Assign the port to Django 2.2 (current LTS release) as well because Django 1.11 is End-of-Life since April. * Do the same for its dependencies and bump PORTREVISION accordingly. [1] * Mark the repo-copied ports www/py-dj22-django-model-utils and py-dj22-swapper as deprecated because they're obsolete now. [1] Changelog: https://github.com/wildfish/django-star-ratings/blob/0.9.1/CHANGELOG.txt PR: 245905 Approved by: Kevin Golding (maintainer), maintainer timeout (14 days) [1]
26 lines
699 B
Makefile
26 lines
699 B
Makefile
# Created by: Kevin Golding <ports@caomhin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-star-ratings
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Django app to add star ratings to models
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}django-braces>=0:www/py-django-braces@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}django-model-utils>=0:www/py-django-model-utils@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}swapper>=0:www/py-swapper@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|