git: 189613ea8f17 - main - security/py-rsa: Add CPE information

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=189613ea8f178b98d5151a81b2d27bc009a1876f

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

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

diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile
index cc794a45241a..67b0fdc41038 100644
--- a/security/py-rsa/Makefile
+++ b/security/py-rsa/Makefile
@@ -16,7 +16,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	python
 USE_PYTHON=	autoplist distutils concurrent
 
 NO_ARCH=	yes