# Created by: Guixing Bai # $FreeBSD: head/www/py-tornado4/Makefile 559976 2021-01-02 22:45:42Z rene $ PORTNAME= tornado PORTVERSION= 4.5.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 4 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ ${PYTHON_PKGNAMEPREFIX}tornado6 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/tornado/speedups*.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests .include