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