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