aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 11:01:25 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 11:02:08 +0000
commit94ae363c98b4860badfccddcd25c596fe7f29500 (patch)
treecebe23e35b4b11e506cfea7cc97246b368000d5c
parent17a1b3241661cb6e16bc0efcff7af07e3295c6ee (diff)
downloadports-94ae363c98b4860badfccddcd25c596fe7f29500.tar.gz
ports-94ae363c98b4860badfccddcd25c596fe7f29500.zip
textproc/py-parso: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--textproc/py-parso/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-parso/Makefile b/textproc/py-parso/Makefile
index 907910fb0340..d234f314e1fb 100644
--- a/textproc/py-parso/Makefile
+++ b/textproc/py-parso/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest<6.0.0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR}
-USES= python:3.6+
+USES= cpe python:3.6+
+CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist distutils
NO_ARCH= yes