git: 774395a40688 - main - textproc/py-petl: Add CPE information

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

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

commit 774395a40688d9d6d389af82851faa521492dfbc
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 11:01:37 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 11:02:08 +0000

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

diff --git a/textproc/py-petl/Makefile b/textproc/py-petl/Makefile
index d68362c5d59a..8afeb697cb54 100644
--- a/textproc/py-petl/Makefile
+++ b/textproc/py-petl/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		cpe python:3.7+
+CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes