ports/devel/libfastjson/Makefile

20 lines
372 B
Makefile

COMMENT = performance-focused JSON library for C
DISTNAME = libfastjson-1.2304.0
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>