From 774395a40688d9d6d389af82851faa521492dfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 14 Oct 2021 13:01:37 +0200 Subject: [PATCH] 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 d68362c5d59a0..8afeb697cb54e 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