summaryrefslogtreecommitdiff
path: root/security/py-secure/Makefile
blob: 6b007c23b7bd1337b3735bfd49a9aedd8ee10240 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	secure
PORTVERSION=	0.3.0
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Adds security headers for python web frameworks
WWW=		https://github.com/cak/secure

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>