ports/devel/jsoncpp/Makefile
Yuri Victorovich 9295e1f457 devel/jsoncpp: Fix regression in 'find_package(jsoncpp)'
1.9.6 introduced a regression that find_package is failing:
Unknown CMake command "check_required_components"

Reported by:	Vladimir Druzenko <vvd@freebsd.org>
2024-09-13 10:57:09 -07:00

22 lines
486 B
Makefile

PORTNAME= jsoncpp
DISTVERSION= 1.9.6
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= JSON reader and writer library for C++
WWW= https://github.com/open-source-parsers/jsoncpp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang cpe meson pkgconfig python: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
.include <bsd.port.mk>