1PORTNAME= pyotp 2PORTVERSION= 2.9.0 3CATEGORIES= security python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Python One Time Password Library 9WWW= https://pyauth.github.io/pyotp/ \ 10 https://github.com/pyauth/pyotp 11 12LICENSE= mit 13LICENSE_FILE= ${WRKSRC}/LICENSE 14 15USES= python 16USE_PYTHON= autoplist concurrent distutils unittest 17 18NO_ARCH= yes 19 20.include <bsd.port.mk> 21