blob: 2a58dc00b4ece2f181da957a07ab28c06213ba9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= plow
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.2
PORTREVISION= 6
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>
|