Index: head/www/py-scgi/Makefile =================================================================== --- head/www/py-scgi/Makefile (revision 530823) +++ head/www/py-scgi/Makefile (revision 530824) @@ -1,19 +1,19 @@ # Created by: Neil Blakey-Milner # $FreeBSD$ PORTNAME= scgi DISTVERSION= 2.0 CATEGORIES= www python MASTER_SITES= http://python.ca/scgi/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python server implementation of the Simple Common Gateway Protocol LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include