git: 10f6d4e9173b - main - devel/libfastjson: Add CPE information

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=10f6d4e9173bb503030f3df021a96b8b3af393af

commit 10f6d4e9173bb503030f3df021a96b8b3af393af
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:26 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:26 +0000

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

diff --git a/devel/libfastjson/Makefile b/devel/libfastjson/Makefile
index 665c6896d7fb..d94cdde92c3b 100644
--- a/devel/libfastjson/Makefile
+++ b/devel/libfastjson/Makefile
@@ -11,7 +11,8 @@ COMMENT=	Fork of json-c (JSON implementation in C)
 LICENSE=	MIT
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf libtool pathfix pkgconfig
+USES=		autoreconf cpe libtool pathfix pkgconfig
+CPE_VENDOR=	rsyslog
 INSTALL_TARGET=	install-strip
 
 USE_GITHUB=	yes