mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
* The upstream project was abandoned and there's no compatibility for newer versions of Django. PR: 261313 Approved by: kai (python, maintainer)
25 lines
573 B
Makefile
25 lines
573 B
Makefile
# Created by: Tom Judge <tj@FreeBSD.org>
|
|
|
|
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
|
|
|
|
DEPRECATED= Abandoned upstream, not compatible with newer versions of Django
|
|
EXPIRATION_DATE= 2022-06-30
|
|
|
|
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>
|