mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
19 lines
347 B
Makefile
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>
|