mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c36d8b68cd
- Switch to using github tags - Add WWW - While here, add LICENSE_FILE PR: 209807 Submitted by: vlad-fbsd@acheronmedia.com (maintainer)
25 lines
422 B
Makefile
25 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pyotp
|
|
PORTVERSION= 2.1.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vlad-fbsd@acheronmedia.com
|
|
COMMENT= Python One Time Password Library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@(cd ${WRKSRC}/${PORTNAME} && ${PYTHON_CMD} test.py)
|
|
|
|
.include <bsd.port.mk>
|