21 lines
370 B
Makefile
21 lines
370 B
Makefile
COMMENT = performance-focused JSON library for C
|
|
|
|
DISTNAME = libfastjson-0.99.9
|
|
|
|
CATEGORIES = devel
|
|
|
|
SHARED_LIBS += fastjson 0.1 # 7.0
|
|
|
|
HOMEPAGE = https://github.com/rsyslog/libfastjson
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = http://download.rsyslog.com/libfastjson/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
USE_GMAKE = Yes
|
|
|
|
.include <bsd.port.mk>
|