diff options
author | pi <pi@FreeBSD.org> | 2018-05-12 02:32:15 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-05-12 02:32:15 +0800 |
commit | e2f7c92d77165d2623e585634b3fed7b58d286a1 (patch) | |
tree | 84d4d381ba050d67ef50f395861c9d30020c79c8 /security/Makefile | |
parent | 5642722b859b2806ebd6230b72caf5bed3fc44f7 (diff) | |
download | freebsd-ports-gnome-e2f7c92d77165d2623e585634b3fed7b58d286a1.tar.gz freebsd-ports-gnome-e2f7c92d77165d2623e585634b3fed7b58d286a1.tar.zst freebsd-ports-gnome-e2f7c92d77165d2623e585634b3fed7b58d286a1.zip |
New port: security/py-requests-credssp
An authentication handler for using CredSSP with Python Requests.
WWW: https://github.com/jborean93/requests-credssp
PR: 226448
Submitted by: rozhuk.im@gmail.com
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 3edc21113e17..7889c51a7741 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1003,6 +1003,7 @@ SUBDIR += py-python3-openid SUBDIR += py-rekall SUBDIR += py-rekall-core + SUBDIR += py-requests-credssp SUBDIR += py-requests-kerberos SUBDIR += py-rsa SUBDIR += py-safe |