1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/dns/dnsblast/Makefile
2021-04-06 16:31:07 +02:00

24 lines
445 B
Makefile

# 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>