aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsblast/Makefile
blob: 0b6f918d8389274d5b8526c37dfe06340be65407 (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
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	dnsblast
PORTVERSION=	0.0.2016060901
CATEGORIES=	dns benchmarks

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Simple load testing tool for DNS resolvers

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/COPYING

USE_GITHUB=	yes

GH_ACCOUNT=	jedisct1
GH_TAGNAME=	f74cc52

PLIST_FILES=	bin/dnsblast

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>