aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-13 13:14:06 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-13 13:14:06 +0000
commit006a90e1f88c54123ef45b1bead8c815ad97b962 (patch)
tree6efa82b273db08ea05bdc855bbac8761d1a8fae9
parent3e1e7f33c68beb4269665e6f200add5293839a0a (diff)
downloadports-006a90e1f88c54123ef45b1bead8c815ad97b962.tar.gz
ports-006a90e1f88c54123ef45b1bead8c815ad97b962.zip
security/py-cryptography: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/py-cryptography/Makefile3
1 files changed, 2 insertions, 1 deletions
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}