mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
366 B
Makefile
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>
|