0b8944a641
packaged for wip by nros. ASN.1(Abstract Syntax Notation One) module for Qore provides an API to dynamically create, parse and convert ASN.1 data structures to concrete output formats (like DER).
12 lines
295 B
Makefile
12 lines
295 B
Makefile
# $NetBSD: options.mk,v 1.1 2014/12/30 16:01:22 wiz Exp $
|
|
#
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-asn1-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
|