1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
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

20 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>