aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-04-27 23:50:16 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-04-27 23:50:16 +0000
commitbe7956b67285de4811cad2dc50b47c9fa3d087bb (patch)
tree706c33e566485631dd8604a44fe75ba7bcfbd076 /security/Makefile
parentbd22d3c0ca82aa6fd26353b6b8b6768067cb15e0 (diff)
downloadports-be7956b67285de4811cad2dc50b47c9fa3d087bb.tar.gz
ports-be7956b67285de4811cad2dc50b47c9fa3d087bb.zip
Add security/py-pyotp2289
Pure Python implementation of RFC-2289 - "A One-Time Password System" "The system provides authentication for system access (login) and other applications requiring authentication that is secure against passive attacks based on replaying captured reusable passwords. OTP evolved from the S/KEY (S/KEY is a trademark of Bellcore) One-Time Password System that was released by Bellcore." WWW: https://github.com/blackm0re/pyotp2289 PR: 245755 Submitted by: Simeon Simeonov <sgs@pichove.org>
Notes
Notes: svn path=/head/; revision=533214
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 040f43768a80..001aa40f77e2 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -952,6 +952,7 @@
SUBDIR += py-pymacaroons
SUBDIR += py-pynacl
SUBDIR += py-pyotp
+ SUBDIR += py-pyotp2289
SUBDIR += py-pyptlib
SUBDIR += py-pysaml2
SUBDIR += py-pysaml24