pkgsrc/textproc/qore-yaml-module/options.mk
wiz 9fe277feed Import qore-yaml-module-0.4nb4 as textproc/qore-yaml-module, packaged
for wip by nros.

Plugin for the Qore programming language that provides conversion from
native Qore data to YAML strings.
2014-12-30 15:52:04 +00:00

12 lines
295 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/12/30 15:52:04 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-yaml-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