blob: fff2eccd1b3ff4dfb223199f409973f41ac38f3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: sheerdns
# Date created: 26 May 2004
# Whom: bkhl
#
# $FreeBSD$
#
PORTNAME= sheerdns
PORTVERSION= 1.0.3
CATEGORIES= dns
MASTER_SITES= http://threading.2038bug.com/sheerdns/
MAINTAINER= ports@FreeBSD.org
COMMENT= A lightweight, 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>
|