aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 10:09:26 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 10:09:47 +0000
commit17246062c656ea8f341146c5db02118d8ea60c8e (patch)
treee4b1d538ff86e3d1afa03c63113a5b5d9165eb45
parentcd899fcc937b7cc2506bb2d16a8f903e688b88bb (diff)
downloadports-17246062c656ea8f341146c5db02118d8ea60c8e.tar.gz
ports-17246062c656ea8f341146c5db02118d8ea60c8e.zip
misc/py-tqdm: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--misc/py-tqdm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile
index be2bba8ba069..5c1c995b26b7 100644
--- a/misc/py-tqdm/Makefile
+++ b/misc/py-tqdm/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENCE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR}
-USES= python:3.6+
+USES= cpe python:3.6+
+CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes