pkgsrc/net/powerdns-recursor/options.mk
roy d1aeaf5312 Bump to 3.3, changes include:
* Many threading changes for greater perfomance
* Can now make TCP/IP queries to remote IPv6 addresses
* Domains can be forwarded to IPv6 addresses
2012-02-28 10:49:27 +00:00

15 lines
343 B
Makefile

# $NetBSD: options.mk,v 1.2 2012/02/28 10:49:27 roy Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.powerdns-recursor
PKG_SUPPORTED_OPTIONS= lua
.include "../../mk/bsd.options.mk"
###
### Build with Lua scripting support
###
.if !empty(PKG_OPTIONS:Mlua)
MAKE_ENV+= LUA=1
MAKE_ENV+= LUA_LIBS_CONFIG=-llua
.include "../../lang/lua/buildlink3.mk"
.endif