20 lines
353 B
Makefile
20 lines
353 B
Makefile
PORTNAME= hey
|
|
PORTVERSION= 0.1.4
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 27
|
|
CATEGORIES= benchmarks
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Load-based HTTP benchmarking tool
|
|
WWW= https://github.com/rakyll/hey
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
GO_MODULE= github.com/rakyll/hey
|
|
|
|
PLIST_FILES= bin/hey
|
|
|
|
.include <bsd.port.mk>
|