freebsd-ports/benchmarks/plow/Makefile
2023-01-14 06:31:17 -05:00

21 lines
401 B
Makefile

PORTNAME= plow
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
PORTREVISION= 2
CATEGORIES= benchmarks
MAINTAINER= 0xdutra@gmail.com
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>