git: 154b1a334baa - main - textproc/md4c: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 21 Oct 2021 15:43:17 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=154b1a334baa2d798698f21bd7663d732a9c82ad

commit 154b1a334baa2d798698f21bd7663d732a9c82ad
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 15:40:41 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 15:40:41 +0000

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

diff --git a/textproc/md4c/Makefile b/textproc/md4c/Makefile
index d9387d289d95..2cac380fbba5 100644
--- a/textproc/md4c/Makefile
+++ b/textproc/md4c/Makefile
@@ -8,7 +8,8 @@ COMMENT=	Markdown Parser written in C
 
 LICENSE=	MIT
 
-USES=		cmake
+USES=		cmake cpe
+CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	mity