pkgsrc/net/bind99/buildlink3.mk
taca 42791c4b44 Importing BIND 9.9.0 as pkgsrc/net/bind99.
Introduction

   BIND 9.9.0 is the first production release of BIND 9.9.

   This document summarizes changes from BIND 9.8 to BIND 9.9.
   Please see the CHANGES file in the source code release for a
   complete list of all changes.

New Features

* The new "inline-signing" option
* NXDOMAIN redirection
* "rndc flushtree <name>" command
* "rndc sync" command
* The new "rndc signing" command
* "auto-dnssec" zones
* Improves the startup time

And more.
2012-03-07 14:25:00 +00:00

12 lines
282 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
BUILDLINK_TREE+= bind
.if !defined(BIND_BUILDLINK3_MK)
BIND_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.bind+= bind>=9.9.0
BUILDLINK_PKGSRCDIR.bind?= ../../net/bind99
.endif # BIND_BUILDLINK3_MK
BUILDLINK_TREE+= -bind