From f848c882de14f628ede81fc7c5d122f19111e3c7 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Wed, 8 Apr 2015 10:58:05 +0000 Subject: Basic and Digest HTTP authentication for Flask routes. WWW: http://github.com/miguelgrinberg/flask-httpauth/ --- security/py-flask-httpauth/Makefile | 17 +++++++++++++++++ security/py-flask-httpauth/distinfo | 2 ++ security/py-flask-httpauth/pkg-descr | 3 +++ 3 files changed, 22 insertions(+) create mode 100644 security/py-flask-httpauth/Makefile create mode 100644 security/py-flask-httpauth/distinfo create mode 100644 security/py-flask-httpauth/pkg-descr (limited to 'security/py-flask-httpauth') 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 diff --git a/security/py-flask-httpauth/distinfo b/security/py-flask-httpauth/distinfo new file mode 100644 index 000000000000..e27aaf171efb --- /dev/null +++ b/security/py-flask-httpauth/distinfo @@ -0,0 +1,2 @@ +SHA256 (Flask-HTTPAuth-2.4.0.tar.gz) = bdab2c61fb68f620710513d9ef2440745c011873efe7395c9e4e38bc53d9350f +SIZE (Flask-HTTPAuth-2.4.0.tar.gz) = 2433 diff --git a/security/py-flask-httpauth/pkg-descr b/security/py-flask-httpauth/pkg-descr new file mode 100644 index 000000000000..7adca4631c82 --- /dev/null +++ b/security/py-flask-httpauth/pkg-descr @@ -0,0 +1,3 @@ +Basic and Digest HTTP authentication for Flask routes. + +WWW: http://github.com/miguelgrinberg/flask-httpauth/ -- cgit v1.2.3