aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-13 13:13:55 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-13 13:13:55 +0000
commit3e1e7f33c68beb4269665e6f200add5293839a0a (patch)
treedfc2e7f92db08a257cffe4779654cbbe746bf23a
parent89884d08595fa2a9f88d024c82ecaf75e7e0fec1 (diff)
downloadports-3e1e7f33c68beb4269665e6f200add5293839a0a.tar.gz
ports-3e1e7f33c68beb4269665e6f200add5293839a0a.zip
security/py-asyncssh: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/py-asyncssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index 077413ae365c..d6f84d793c6f 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@${PY_FLAVOR}
-USES= python:3.6+
+USES= cpe python:3.6+
+CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes