a2dcdab3a9
* Switch the port to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April. * Sort variables a bit according to the PHB and clean up CONFLICTS_INSTALL entry as textproc/pootle is no longer present in the Ports tree. * Remove Python 2.7 support of www/py-django-registration-defaults to avoid breakage of "bulk -a". Changelog: https://github.com/ubernostrum/django-registration/blob/3.1/docs/upgrade.rst PR: 245902 Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
27 lines
670 B
Makefile
27 lines
670 B
Makefile
# Created by: Kevin Golding <ports@caomhin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-registration
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= User-registration application for Django
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confusable_homoglyphs>=3.0<4.0:devel/py-confusable_homoglyphs@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-registration-redux
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|