mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
21 lines
379 B
Makefile
21 lines
379 B
Makefile
# Created by: 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}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|