git: 006a90e1f88c - main - security/py-cryptography: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:18:28 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=006a90e1f88c54123ef45b1bead8c815ad97b962
commit 006a90e1f88c54123ef45b1bead8c815ad97b962
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:14:06 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:14:06 +0000
security/py-cryptography: Add CPE information
Approved by: portmgr (blanket)
---
security/py-cryptography/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index daf7f3a4d732..94025e6d63df 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -25,7 +25,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-vectors>=${PORTVERSION}:securi
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
# Python 2.7, 3.5-3.8
-USES= compiler:env python:3.6+ ssl
+USES= cpe compiler:env python:3.6+ ssl
+CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist concurrent distutils
CFLAGS+= -I${OPENSSLINC}