diff options
author | culot <culot@FreeBSD.org> | 2012-01-12 21:16:53 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-01-12 21:16:53 +0800 |
commit | d9ce063e78a4e504f87494ece65ebd420241ae5c (patch) | |
tree | 31378ad00f5926a6633051d29a7c66aff842d092 /security/Makefile | |
parent | 89378ff3f643ed987be1abfa816847cb8ccc06f7 (diff) | |
download | freebsd-ports-gnome-d9ce063e78a4e504f87494ece65ebd420241ae5c.tar.gz freebsd-ports-gnome-d9ce063e78a4e504f87494ece65ebd420241ae5c.tar.zst freebsd-ports-gnome-d9ce063e78a4e504f87494ece65ebd420241ae5c.zip |
The Authen::OATH module provides a Perl implementation of the
HOTP and TOTP One Time Password algorithms as defined by OATH
(http://www.openautentication.org).
WWW: http://search.cpan.org/dist/Authen-OATH/
PR: ports/164035 (based on)
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
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 306ff6e64ab2..221f686bb2fe 100644 --- a/security/Makefile +++ b/security/Makefile @@ -359,6 +359,7 @@ SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-Libwrap SUBDIR += p5-Authen-NTLM + SUBDIR += p5-Authen-OATH SUBDIR += p5-Authen-PAAS SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Passphrase |