aboutsummaryrefslogtreecommitdiffstats
path: root/dns/sheerdns/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-06-03 03:18:22 +0800
committerpav <pav@FreeBSD.org>2004-06-03 03:18:22 +0800
commita6528b9a605981a70b1c4c1cf7b313c9e0e1faa9 (patch)
tree63f84bc588196e9c30938d68582de98f5389145b /dns/sheerdns/Makefile
parent7ffcfdb07f23ced4a1c8bb8a4c3e143c0d9f0bcf (diff)
downloadfreebsd-ports-gnome-a6528b9a605981a70b1c4c1cf7b313c9e0e1faa9.tar.gz
freebsd-ports-gnome-a6528b9a605981a70b1c4c1cf7b313c9e0e1faa9.tar.zst
freebsd-ports-gnome-a6528b9a605981a70b1c4c1cf7b313c9e0e1faa9.zip
Add sheerdns, a master DNS server whose zone records are stored on a
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>
Diffstat (limited to 'dns/sheerdns/Makefile')
-rw-r--r--dns/sheerdns/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/dns/sheerdns/Makefile b/dns/sheerdns/Makefile
new file mode 100644
index 000000000000..b6a7c90ee148
--- /dev/null
+++ b/dns/sheerdns/Makefile
@@ -0,0 +1,23 @@
+# 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>