aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:44 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:44 +0000
commit51578a185d54053ab5b9d103cefc670675f1b63f (patch)
treee9042e4de1337186342a5e2f0af31725dc7cd35c
parent33e92559de36cf3958ee4e32d1689ac80f86796c (diff)
downloadports-51578a185d54053ab5b9d103cefc670675f1b63f.tar.gz
ports-51578a185d54053ab5b9d103cefc670675f1b63f.zip
devel/py-validators: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/py-validators/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-validators/Makefile b/devel/py-validators/Makefile
index 5beec8b5fd11..f37b19990209 100644
--- a/devel/py-validators/Makefile
+++ b/devel/py-validators/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR}
-USES= python:3.5+
+USES= cpe python:3.5+
+CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes