aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-13 13:15:21 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-13 13:15:21 +0000
commit5c9d25f4746e84a04e220e2411188f81ffc4e953 (patch)
tree723be85cb44feace49dce6b0582c329837364547
parent189613ea8f178b98d5151a81b2d27bc009a1876f (diff)
downloadports-5c9d25f4746e84a04e220e2411188f81ffc4e953.tar.gz
ports-5c9d25f4746e84a04e220e2411188f81ffc4e953.zip
security/py-tlslite: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/py-tlslite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile
index ecc8d6319266..d8f4f64a86f5 100644
--- a/security/py-tlslite/Makefile
+++ b/security/py-tlslite/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1
-USES= python:3.6+
+USES= cpe python:3.6+
+CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>