1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/py-django-csp/Makefile
Kai Knoblich 337857f25f www/py-dj22-django_csp: Rename port to www/py-django-csp
* The port was added with the "dj22-" prefix to use Django 2.2 explicitly.

  In the meantime most Django ports have been switched from Django 1.11
  (End-of-Life) to Django 2.2 (current LTS release).  Thus rename the port
  to be consistent with the names of the other Django ports and use this
  opportunity to match the package name at PyPI as well.

* Bump PORTREVISION of www/py-django-dpaste due changed dependencies.

PR:		247031
Approved by:	Alexander Sieg (maintainer)
2020-06-10 11:50:04 +00:00

24 lines
483 B
Makefile

# $FreeBSD$
PORTNAME= django-csp
PORTVERSION= 3.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= django_csp-${PORTVERSION}
MAINTAINER= alex@xanderio.de
COMMENT= Adds Content-Security-Policy headers to Django
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>