Tweak devel/racer version 2.1.31
[dports.git] / security / py-YubiOTP / Makefile
1 # Created by: Carlo Strub <cs@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       YubiOTP
5 PORTVERSION=    0.2.2
6 CATEGORIES=     security python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     cs@FreeBSD.org
11 COMMENT=        Library for verifying YubiKey OTP tokens
12
13 LICENSE=        BSD2CLAUSE
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
16                 ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR}
17
18 USES=           python
19 USE_PYTHON=     autoplist distutils
20
21 .include <bsd.port.mk>