git: 11cf9a4b89ff - main - www/py-webargs: Add CPE information

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

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

commit 11cf9a4b89ff91a0b915406eb55ef568f913f84d
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-webargs: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/py-webargs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-webargs/Makefile b/www/py-webargs/Makefile
index c42c161cb94e..77a3b6c95fc5 100644
--- a/www/py-webargs/Makefile
+++ b/www/py-webargs/Makefile
@@ -20,7 +20,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django*>=1.11.16:www/py-django22@${PY_FLAVOR} \
 	 	${PYTHON_PKGNAMEPREFIX}pyramid>0:www/py-pyramid@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	${PORTNAME}_project
 USE_GITHUB=	yes # tests not packaged with PyPI sdist
 GH_ACCOUNT=	marshmallow-code
 USE_PYTHON=	autoplist concurrent distutils