diff options
author | miwi <miwi@FreeBSD.org> | 2018-05-21 02:06:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2018-05-21 02:06:16 +0800 |
commit | fe0a5efd54b22d69b53fbf1d3309a519da7a3100 (patch) | |
tree | 4f9a3cb10b38fdb62c54622d28bf90e2bcf150ca /security/Makefile | |
parent | bcbe2f2ac272c20a8e047dca876f748b3dbb89b6 (diff) | |
download | freebsd-ports-gnome-fe0a5efd54b22d69b53fbf1d3309a519da7a3100.tar.gz freebsd-ports-gnome-fe0a5efd54b22d69b53fbf1d3309a519da7a3100.tar.zst freebsd-ports-gnome-fe0a5efd54b22d69b53fbf1d3309a519da7a3100.zip |
Flask-SAML is an extension for the Flask web application micro framework
that implements Security Association Markup Language (SAML) authentication.
WWW: https://bitbucket.org/asecurityteam/flask_saml
PR: 225202
Submitted by: John W. O'Brien <john@saltant.com>
Sponsored by: iXsystems Inc.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 3ae337f5f977..9976d6599983 100644 --- a/security/Makefile +++ b/security/Makefile @@ -935,6 +935,7 @@ SUBDIR += py-first-server SUBDIR += py-flask-httpauth SUBDIR += py-flask-kerberos + SUBDIR += py-flask-saml SUBDIR += py-gixy SUBDIR += py-gnupg SUBDIR += py-gnutls |