Files
ports/devel/jsoncpp/Makefile
Yuri Victorovich fe6826dccc devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR:		229677
Differential Revision:	D22905
2020-01-13 21:38:35 +00:00

21 lines
408 B
Makefile

# Created by: Johan Str??m <johan@stromnet.se>
# $FreeBSD$
PORTNAME= jsoncpp
PORTVERSION= 1.9.2
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
USE_GITHUB= yes
GH_ACCOUNT= open-source-parsers
MESON_ARGS= --default-library=both
USE_LDCONFIG= yes
.include <bsd.port.mk>