1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

GSSAPI Negotiate HTTP authentication for Flask routes.

WWW: https://github.com/mkomitee/flask-kerberos

PR:		225199
Submitted by:	John W. O'Brien <john@saltant.com>
Sponsored by:	iXsystems Inc.
This commit is contained in:
Martin Wilke 2018-05-14 15:59:03 +00:00
parent cc51c45530
commit 1e39bd615f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469912
4 changed files with 30 additions and 0 deletions

View File

@ -934,6 +934,7 @@
SUBDIR += py-fchksum
SUBDIR += py-first-server
SUBDIR += py-flask-httpauth
SUBDIR += py-flask-kerberos
SUBDIR += py-gixy
SUBDIR += py-gnupg
SUBDIR += py-gnutls

View File

@ -0,0 +1,23 @@
# Created by: John W. O'Brien <john@saltant.com>
# $FreeBSD$
PORTNAME= Flask-Kerberos
PORTVERSION= 1.0.4
CATEGORIES= security www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= john@saltant.com
COMMENT= GSSAPI Negotiate HTTP authentication for Flask routes
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1516061296
SHA256 (Flask-Kerberos-1.0.4.tar.gz) = 6f641f2f534e2194f67a0a15155f9b492e173175f8785e57c373f8754f27ea75
SIZE (Flask-Kerberos-1.0.4.tar.gz) = 4683

View File

@ -0,0 +1,3 @@
GSSAPI Negotiate HTTP authentication for Flask routes.
WWW: https://github.com/mkomitee/flask-kerberos