aboutsummaryrefslogtreecommitdiff
path: root/devel/jsoncpp/Makefile
blob: 278f83d4aa14dc84194eba9172991a04d0dbc54c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	jsoncpp
DISTVERSION=	1.9.5
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>