1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/security/py-spake2/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

14 lines
293 B
Makefile

PORTNAME= spake2
PORTVERSION= 0.8
CATEGORIES= security
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= SPAKE2 password-authenticated key exchange (pure python)
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>