git: 1c1255879ae6 - main - textproc/py-mistune: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 11:02:27 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c1255879ae61b377d7766e56ec510692231dca4

commit 1c1255879ae61b377d7766e56ec510692231dca4
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 11:00:59 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 11:02:08 +0000

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

diff --git a/textproc/py-mistune/Makefile b/textproc/py-mistune/Makefile
index 6e7c6a290bab..5afa9a6f9c3d 100644
--- a/textproc/py-mistune/Makefile
+++ b/textproc/py-mistune/Makefile
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes