summaryrefslogtreecommitdiff
path: root/security/py-flask-httpauth/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-04-08 10:58:05 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-04-08 10:58:05 +0000
commitf848c882de14f628ede81fc7c5d122f19111e3c7 (patch)
treeae5a10e3b760bc48bc0b2d15fcfb774b70424e14 /security/py-flask-httpauth/Makefile
parentUnbreak, the tarball is now mirrored in download.kde.org. (diff)
Basic and Digest HTTP authentication for Flask routes.
WWW: http://github.com/miguelgrinberg/flask-httpauth/
Notes
Notes: svn path=/head/; revision=383561
Diffstat (limited to 'security/py-flask-httpauth/Makefile')
-rw-r--r--security/py-flask-httpauth/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/py-flask-httpauth/Makefile b/security/py-flask-httpauth/Makefile
new file mode 100644
index 000000000000..8e5d35e81975
--- /dev/null
+++ b/security/py-flask-httpauth/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= Flask-HTTPAuth
+PORTVERSION= 2.4.0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= rm@FreeBSD.org
+COMMENT= Basic and Digest HTTP authentication for Flask routes
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:${PORTSDIR}/www/py-flask
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>