aboutsummaryrefslogtreecommitdiff
path: root/security/py-spake2/Makefile
blob: e9717e59fd60d3872800ba32ac2bd525b23e41ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>