opnsense-ports/devel/simdjson/Makefile
Franco Fichtner c64bd1f335 */*: sync with upstream
Taken from: HardenedBSD
2021-06-02 14:39:23 +02:00

20 lines
401 B
Makefile

PORTNAME= simdjson
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.5
CATEGORIES= devel
MAINTAINER= olevole@olevole.ru
COMMENT= Parsing gigabytes of JSON per second
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= does not build (error: unknown type name '__uint128_t')
USES= cmake compiler:c++17-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_ON= SIMDJSON_JUST_LIBRARY
.include <bsd.port.mk>