blob: 30361f44e0e59f03565ee72126a8f3735423cf8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Johan Str??m <johan@stromnet.se>
PORTNAME= jsoncpp
PORTVERSION= 1.9.4
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
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
USE_GITHUB= yes
GH_ACCOUNT= open-source-parsers
MESON_ARGS= --default-library=both
USE_LDCONFIG= yes
TEST_TARGET= test
.include <bsd.port.mk>
|