mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
1.9.6 introduced a regression that find_package is failing: Unknown CMake command "check_required_components" Reported by: Vladimir Druzenko <vvd@freebsd.org>
22 lines
486 B
Makefile
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>
|