Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/dns/dnsblast/Makefile
16124 views
# Created by: Emanuel Haupt <[email protected]>

PORTNAME=	dnsblast
PORTVERSION=	0.0.2016060901
CATEGORIES=	dns benchmarks

MAINTAINER=	[email protected]
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>