aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 11:01:48 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 11:02:08 +0000
commit97fa6a91f32a945347e578a6e8dd49b4300575f2 (patch)
treed727eb6bd9e77d064bc22e4c80554323898ae65d
parent774395a40688d9d6d389af82851faa521492dfbc (diff)
downloadports-97fa6a91f32a945347e578a6e8dd49b4300575f2.tar.gz
ports-97fa6a91f32a945347e578a6e8dd49b4300575f2.zip
textproc/py-tablib: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--textproc/py-tablib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-tablib/Makefile b/textproc/py-tablib/Makefile
index 25e1a60106cd..406be4398eb9 100644
--- a/textproc/py-tablib/Makefile
+++ b/textproc/py-tablib/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.7+
+USES= cpe python:3.7+
+CPE_VENDOR= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes