ports/security/py-scramp/Makefile
2020-03-29 11:05:44 +00:00

19 lines
347 B
Makefile

# $FreeBSD$
PORTNAME= scramp
PORTVERSION= 1.1.1
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.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>