pkgsrc/databases/qore-pgsql-module/options.mk
wiz 88141eed11 Import qore-pgsql-module-2.3nb4 as databases/qore-pgsql-module,
packaged for wip by nros.

PostgreSQL driver for Qore. It makes it possible for Qore programs to
access PostgreSQL database through the Datasource, DatasourcePool and
SQLStatement classes.
2014-12-30 15:44:25 +00:00

12 lines
296 B
Makefile

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