aboutsummaryrefslogtreecommitdiff
path: root/www/py-scgi/Makefile
blob: 13e4a8b88b32f61102177b4891b7cba879969c8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>