# Created by: Neil Blakey-Milner <nbm@FreeBSD.org>

PORTNAME=	scgi
DISTVERSION=	2.0
CATEGORIES=	www python
MASTER_SITES=	http://python.ca/scgi/releases/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python server implementation of the Simple Common Gateway Protocol

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.5+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>
