aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-pyotp2289/Makefile
blob: c45e02e2728c22707041d2850a26bfe381a6b1b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	pyotp2289
PORTVERSION=	1.2.1
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sgs@pichove.org
COMMENT=	Pure Python implementation of RFC-2289 - "A One-Time Password System"
WWW=		https://github.com/blackm0re/pyotp2289

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist concurrent distutils pytest

NO_ARCH=	yes

.include <bsd.port.mk>