git: 4923ca9e713e - main - devel/jsoncpp: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:57 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4923ca9e713e59d528871e5ee4c1d40e71e77f75

commit 4923ca9e713e59d528871e5ee4c1d40e71e77f75
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:43:07 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:18:09 +0000

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

diff --git a/devel/jsoncpp/Makefile b/devel/jsoncpp/Makefile
index 30361f44e0e5..8f2ac63f3561 100644
--- a/devel/jsoncpp/Makefile
+++ b/devel/jsoncpp/Makefile
@@ -10,11 +10,12 @@ COMMENT=	JSON reader and writer library for C++
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c++11-lang meson pkgconfig python:3.6+,build,test
+USES=		compiler:c++11-lang cpe meson pkgconfig python:3.6+,build,test
 USE_GITHUB=	yes
 GH_ACCOUNT=	open-source-parsers
 MESON_ARGS=	--default-library=both
 USE_LDCONFIG=	yes
+CPE_VENDOR=	jsoncpp_project
 
 TEST_TARGET=	test
 


More information about the dev-commits-ports-all mailing list