git: 9e42f7e52620 - main - devel/py-Jinja2: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 08 Oct 2021 09:05:57 UTC
The branch main has been updated by decke:

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

commit 9e42f7e52620c497ffc3ba10a8e40fb9999c3a42
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 09:00:53 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 09:00:53 +0000

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

diff --git a/devel/py-Jinja2/Makefile b/devel/py-Jinja2/Makefile
index 1bd1473bf058..0a07b207a31b 100644
--- a/devel/py-Jinja2/Makefile
+++ b/devel/py-Jinja2/Makefile
@@ -19,8 +19,10 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markupsafe>=2.0.0:textproc/py-markupsafe@${
 
 NO_ARCH=	yes
 .if empty(PKGNAMESUFFIX)
-USES=		python
+USES=		cpe python
 USE_PYTHON=	autoplist distutils
+
+CPE_VENDOR=	pocoo
 .endif
 .if ${PKGNAMESUFFIX} == -doc
 USES=		gmake python:3.6+