freebsd-ports/dns/drool/Makefile
Kurt Jaeger fead0aae6e New port: dns/drool
DNS Replay Tool (drool) can replay DNS traffic from packet capture
(PCAP) files and send it to a specified server, with options such
as to manipulate the timing between packets, as well as loop packets
infinitely or for a set number of iterations. This tool's goal is
to be able to produce a high amount of UDP packets per second and
TCP sessions per second on common hardware.

WWW: https://www.dns-oarc.net/tools/drool

PR:		218706
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
2017-04-30 03:22:11 +00:00

24 lines
537 B
Makefile

# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
# $FreeBSD$
PORTNAME= drool
DISTVERSION= 1.0.0
DISTVERSIONSUFFIX= -beta.3
CATEGORIES= dns
MASTER_SITES= https://www.dns-oarc.net/files/drool/
MAINTAINER= jaap@NLnetLabs.nl
COMMENT= Replay DNS traffic from packet capture files
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libev.so:devel/libev
USES= pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= $$(pkg-config libev --cflags-only-I)
LDFLAGS+= $$(pkg-config libev --libs-only-L)
.include <bsd.port.mk>