aboutsummaryrefslogtreecommitdiff
path: root/security/py-secure/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-secure/Makefile')
-rw-r--r--security/py-secure/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/py-secure/Makefile b/security/py-secure/Makefile
new file mode 100644
index 000000000000..f0e3be9b788d
--- /dev/null
+++ b/security/py-secure/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= secure
+PORTVERSION= 0.3.0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+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:3.7+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>