diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile index b1ca37494e10..bd735bd5ab42 100644 --- a/www/py-http-parser/Makefile +++ b/www/py-http-parser/Makefile @@ -1,19 +1,19 @@ PORTNAME= http-parser -PORTVERSION= 0.9.0 +DISTVERSION= 0.9.0 CATEGORIES= www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= HTTP request/response parser for python in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/http_parser/parser.so .include