167f6742cd
PR: ports/104663 Submitted by: Edwin Groothuis <edwin@mavetju.org>
25 lines
629 B
Makefile
25 lines
629 B
Makefile
# New ports collection makefile for: dnsperf
|
|
# Date created: 1 November 2006
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnsperf
|
|
PORTVERSION= 1.0.0.0
|
|
CATEGORIES= dns benchmarks net
|
|
MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= DNSPerf and ResPerf deliver accurate performance metrics of Domain Name Services
|
|
|
|
BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind9
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/dnsperf bin/resperf
|
|
MAN1= dnsperf.1 resperf.1
|
|
|
|
.include <bsd.port.mk>
|