blob: bf600f69deb57b3506f3e97d19685cc32dbff8a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|