aboutsummaryrefslogblamecommitdiff
path: root/security/py-scramp/Makefile
blob: 54ce42fdc72f68ab209854268ebb7c0e6a6be1d8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                      
                     








                                                                               
                           




                                   
PORTNAME=	scramp
PORTVERSION=	1.4.0
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>