aboutsummaryrefslogtreecommitdiff
path: root/security/py-YubiOTP/Makefile
blob: 8d7c748bb1f9dfe9c6e944b7f8a2bdf6bb51a216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>