6b94e4d349
One-Record-Per-File bases. Because of this, sheerdns is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ranges). PR: ports/67241 Submitted by: <bkhl@elektrubadur.se>
24 lines
447 B
Makefile
24 lines
447 B
Makefile
# New ports collection makefile for: sheerdns
|
|
# Date created: 26 May 2004
|
|
# Whom: bkhl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sheerdns
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://threading.2038bug.com/sheerdns/
|
|
|
|
MAINTAINER= bkhl@elektrubadur.se
|
|
COMMENT= A light-weight, simple and fast master DNS server
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN8= sheerdns.8
|
|
PLIST_FILES= sbin/sheerdns sbin/sheerdnshash
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|