Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 15:15:21 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d220419e1a5 - main - www/py-tornado: Add CPE information
Message-ID:  <202109301515.18UFFL6l047261@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

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

commit 6d220419e1a532d44a7e39e28a2bd4e50bd90aa8
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 15:05:29 +0000
Commit:     Bernhard Froehlich <decke@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109301515.18UFFL6l047261>