pkgsrc/textproc/qore-json-module/options.mk
wiz ef51aac912 Import qore-json-module-1.4nb4 as textproc/qore-json-module, packaged
for wip by nros.

JSON module for the Qore language that provides (de)serialization to
JSON and RPC support.
2014-12-30 15:50:28 +00:00

12 lines
295 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/12/30 15:50:28 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-json-module
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.else
CONFIGURE_ARGS+= --disable-debug
.endif