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>
