View | Details | Raw Unified | Return to bug 239043
Collapse All | Expand All

(-)Makefile (+22 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	django_csp
4
PORTVERSION=	3.5
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	alex@axanderio.de
10
COMMENT=	Adds Content-Security-Policy headers to Django
11
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=2.2.1:www/py-django22@${PY_FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	autoplist distutils
19
20
NO_ARCH=	yes
21
22
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1562590496
2
SHA256 (django_csp-3.5.tar.gz) = 04600237701e6d6ff78ed7d41209ff923988148bf292c128f6b474b9befe444f
3
SIZE (django_csp-3.5.tar.gz) = 11532
(-)pkg-descr (+3 lines)
Line 0 Link Here
1
Django-CSP adds Content-Security-Policy headers to Django.
2
3
WWW: https://github.com/mozilla/django-csp

Return to bug 239043