fd1bf1a623
low-level implementation for verifying tokens locally and clients for multiple versions of the Yubico validation web service. The primary audience is developers who wish to verify YubiKey tokens in their applications, presumably as part of a multi-factor authentication scheme. WWW: https://pypi.python.org/pypi/YubiOTP
21 lines
470 B
Makefile
21 lines
470 B
Makefile
# Created by: Carlo Strub <cs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= YubiOTP
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Library for verifying YubiKey OTP tokens
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
|
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|