git: 6d220419e1a5 - main - www/py-tornado: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 30 15:15:22 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d220419e1a532d44a7e39e28a2bd4e50bd90aa8

commit 6d220419e1a532d44a7e39e28a2bd4e50bd90aa8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-30 15:05:29 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-30 15:14:24 +0000

    www/py-tornado: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/py-tornado/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
@@ -11,9 +11,11 @@ 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


More information about the dev-commits-ports-main mailing list