8fabc7f19f
The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, Bind zone files, relational databases or LDAP directories. See the net/powerdns-* packages for additional backend modules.
14 lines
411 B
Text
14 lines
411 B
Text
# $NetBSD: Makefile.backend,v 1.1.1.1 2006/08/13 09:34:21 ghen Exp $
|
|
|
|
.include "../../net/powerdns/Makefile.common"
|
|
|
|
DEPENDS+= powerdns>=${PDNS_VERSION}:../../net/powerdns
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../net/powerdns/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../net/powerdns/patches
|
|
|
|
CONFIGURE_ARGS+= --disable-pdns_server
|
|
CONFIGURE_ARGS+= --disable-recursor
|
|
CONFIGURE_ARGS+= --with-modules=""
|
|
|
|
BUILD_DIRS= modules
|