git: 3e1e7f33c68b - main - security/py-asyncssh: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:18:27 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e1e7f33c68beb4269665e6f200add5293839a0a commit 3e1e7f33c68beb4269665e6f200add5293839a0a Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 13:13:55 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 13:13:55 +0000 security/py-asyncssh: Add CPE information Approved by: portmgr (blanket) --- security/py-asyncssh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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