summaryrefslogtreecommitdiff
path: root/security/py-spake2/Makefile
blob: 47ef0b798f92a5f245dde3169398779b3319a21e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	spake2
PORTVERSION=	0.8
CATEGORIES=	security
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	swills@FreeBSD.org
COMMENT=	SPAKE2 password-authenticated key exchange (pure python)
WWW=		https://github.com/warner/python-spake2

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>