freebsd-ports/www/py-scgi/Makefile
Antoine Brodin 6e852d9b11 py-scgi is no longer compatible with python 2
Reported by:	pkg-fallout
2020-04-13 06:56:00 +00:00

19 lines
451 B
Makefile

# Created by: Neil Blakey-Milner <nbm@FreeBSD.org>
# $FreeBSD$
PORTNAME= scgi
DISTVERSION= 2.0
CATEGORIES= www python
MASTER_SITES= http://python.ca/scgi/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jlaffaye@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>