Files
ports/www/py-django-sudo/Makefile
T
Kai Knoblich 6196c6ec00 www/py-django-sudo: Change RUN_DEPENDS
* Assign the port to Django 2.2 (current LTS release) because Django 1.11 is
  End-of-Life since April.

* Bump PORTREVISION due changed dependencies.

PR:		245309
2020-05-25 10:00:47 +00:00

24 lines
479 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-sudo
PORTVERSION= 3.1.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Sudo mode is an extra layer of security for Django
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>