freebsd-ports/www/py-scgi/Makefile
Dryice Dong Liu bd7a8efa6f - update to 1.14
- update my mail address
2010-03-16 12:04:27 +00:00

20 lines
445 B
Makefile

# New ports collection makefile for: scgi
# Date created: 19 Aug 2002
# Whom: Neil Blakey-Milner <nbm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= scgi
PORTVERSION= 1.14
CATEGORIES= www python
MASTER_SITES= http://python.ca/scgi/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dryice@freebsd.org
COMMENT= Python server implementation of the Simple Common Gateway Protocol
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>