ports/benchmarks/udpbench/Makefile

19 lines
343 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = udp network benchmarking tool
VERSION = 1.08
DISTNAME = udpbench-${VERSION}
SUPDISTFILES = ${DISTFILES}.asc
CATEGORIES = benchmarks
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB = c
MASTER_SITES = https://github.com/bluhm/udpbench/releases/download/v${VERSION}/
.include <bsd.port.mk>