aboutsummaryrefslogtreecommitdiff
path: root/security/py-scramp/Makefile
blob: 5aa5a989dd17ecede963416ac799af30e061d7c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	scramp
PORTVERSION=	1.2.2
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Pure-Python implementation of the SCRAM authentication protocol

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>