mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
Changes: https://github.com/simdjson/simdjson/releases/tag/v0.9.6 PR: 256649 Approved by: lwhsu (mentor, implicit)
21 lines
437 B
Makefile
21 lines
437 B
Makefile
PORTNAME= simdjson
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.6
|
|
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')
|
|
CXXFLAGS_powerpc64= -mpower8-vector
|
|
|
|
USES= cmake compiler:c++17-lang
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= SIMDJSON_JUST_LIBRARY
|
|
|
|
.include <bsd.port.mk>
|