1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/py-spake2/Makefile
2018-03-16 18:36:28 +00:00

16 lines
301 B
Makefile

# $FreeBSD$
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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>