diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 15:13:55 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 15:13:55 +0200 |
commit | 3e1e7f33c68beb4269665e6f200add5293839a0a (patch) | |
tree | dfc2e7f92db08a257cffe4779654cbbe746bf23a /security/py-asyncssh | |
parent | security/pgpdump: Add CPE information (diff) |
security/py-asyncssh: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'security/py-asyncssh')
-rw-r--r-- | security/py-asyncssh/Makefile | 3 |
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 |