git: 5c9d25f4746e - main - security/py-tlslite: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 13:18:38 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c9d25f4746e84a04e220e2411188f81ffc4e953

commit 5c9d25f4746e84a04e220e2411188f81ffc4e953
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:15:21 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:15:21 +0000

    security/py-tlslite: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 security/py-tlslite/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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>