freebsd-ports/www/py-scgi/Makefile
Hye-Shik Chang cf093e42db - Update to 1.2a2 (port version 1.2.a2)
- Assign maintainership to submitter

PR:		68354
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2004-06-29 13:18:44 +00:00

21 lines
495 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.2.a2
CATEGORIES= www
MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= scgi-${PORTVERSION:S/.a/a/}
MAINTAINER= dryice@liu.com.cn
COMMENT= Python server implementation of the Simple Common Gateway Protocol
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>