git: 0970e5f7c504 - main - www/py-pyjwt: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Mon, 03 Jan 2022 15:01:43 UTC
The branch main has been updated by decke:

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

commit 0970e5f7c5045aa578012a85de09b85226162156
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-01-03 14:57:51 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-01-03 14:57:51 +0000

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

diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile
index c8009703d9e4..0d1380b6faa5 100644
--- a/www/py-pyjwt/Makefile
+++ b/www/py-pyjwt/Makefile
@@ -13,9 +13,11 @@ COMMENT=	JSON Web Token implementation in Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.6+
+USES=		python:3.6+ cpe
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	pyjwt_project
+
 .include <bsd.port.mk>