Files
ports/benchmarks/plow/Makefile
T
2026-07-10 09:54:15 +02:00

20 lines
400 B
Makefile

PORTNAME= plow
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0
PORTREVISION= 2
CATEGORIES= benchmarks
MAINTAINER= dutra@FreeBSD.org
COMMENT= HTTP benchmarking tool with real-time web UI and terminal displaying
WWW= https://github.com/six-ddc/plow
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/six-ddc/plow
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>