mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
22 lines
381 B
Makefile
22 lines
381 B
Makefile
# Created by: Brad Davis <brd@FreeBSD.org>
|
|
|
|
PORTNAME= hey
|
|
PORTVERSION= 0.1.4
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= benchmarks
|
|
|
|
MAINTAINER= dmgk@FreeBSD.org
|
|
COMMENT= Tiny program that sends some load to a web application
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/rakyll/hey
|
|
|
|
PLIST_FILES= bin/hey
|
|
|
|
.include <bsd.port.mk>
|