Index: head/www/py-scgi/Makefile =================================================================== --- head/www/py-scgi/Makefile (revision 531576) +++ head/www/py-scgi/Makefile (revision 531577) @@ -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= jlaffaye@FreeBSD.org COMMENT= Python server implementation of the Simple Common Gateway Protocol LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils .include