Files
2025-11-29 21:13:25 +00:00

23 lines
366 B
Makefile

COMMENT = HTTP load testing tool and library
MODGO_MODNAME = github.com/tsenart/vegeta/v12
MODGO_VERSION = v12.13.0
DISTNAME = vegeta-${MODGO_VERSION}
CATEGORIES = benchmarks
HOMEPAGE = https://github.com/tsenart/vegeta
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
MODGO_TYPE = bin
.include "modules.inc"
.include <bsd.port.mk>