git: 27d66f174790 - main - www/py-waitress: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 21:34:41 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27d66f1747903f91b30a56703206526dd627deb4

commit 27d66f1747903f91b30a56703206526dd627deb4
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:58 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:58 +0000

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

diff --git a/www/py-waitress/Makefile b/www/py-waitress/Makefile
index 69bd7f7c2b9b..97d872d3e3ba 100644
--- a/www/py-waitress/Makefile
+++ b/www/py-waitress/Makefile
@@ -12,7 +12,8 @@ COMMENT=	Python WSGI server
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	agendaless
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes