git: d49078309107 - main - devel/py-websockets: Add CPE information

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

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

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

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

diff --git a/devel/py-websockets/Makefile b/devel/py-websockets/Makefile
index 045116a2a045..eadf47fae0bc 100644
--- a/devel/py-websockets/Makefile
+++ b/devel/py-websockets/Makefile
@@ -11,7 +11,8 @@ COMMENT=	Implementation of the WebSocket Protocol (RFC 6455 and 7692)
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python:3.7+
+USES=		cpe python:3.7+
+CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	autoplist distutils
 
 post-install: