mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
24 lines
445 B
Makefile
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>
|