diff --git a/www/py-tornado5/Makefile b/www/py-tornado5/Makefile index 7f8939cfeb6c..cc31652d1d4c 100644 --- a/www/py-tornado5/Makefile +++ b/www/py-tornado5/Makefile @@ -1,30 +1,32 @@ # Created by: Guixing Bai PORTNAME= tornado PORTVERSION= 5.1.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 5 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils +CPE_VENDOR= tornadoweb + PORTSCOUT= limit:^5\. CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ ${PYTHON_PKGNAMEPREFIX}tornado4 \ ${PYTHON_PKGNAMEPREFIX}tornado6 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/tornado/speedups*.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests .include