mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
18 lines
280 B
Makefile
18 lines
280 B
Makefile
PORTNAME= yyjson
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkubaj@FreeBSD.org
|
|
COMMENT= Fastest JSON library in C
|
|
WWW= https://github.com/ibireme/yyjson
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ibireme
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|