Files
ports/devel/jsoncpp/Makefile
Bernhard Froehlich 4923ca9e71 devel/jsoncpp: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:18:09 +00:00

23 lines
470 B
Makefile

# 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 cpe meson pkgconfig python:3.6+,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>