freebsd-ports/security/py-spake2/Makefile
Steve Wills 04ec303693 security/py-spake2: create port
SPAKE2 password-authenticated key exchange (pure python)

WWW: http://github.com/warner/python-spake2
2016-07-03 01:53:35 +00:00

15 lines
301 B
Makefile

# $FreeBSD$
PORTNAME= spake2
PORTVERSION= 0.7
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>