20 lines
302 B
Makefile
20 lines
302 B
Makefile
PORTNAME= oha
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.9.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= otis@FreeBSD.org
|
|
COMMENT= Web load generator
|
|
WWW= https://github.com/hatoo/oha
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cargo gmake llvm ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hatoo
|
|
|
|
PLIST_FILES= bin/oha
|
|
|
|
.include <bsd.port.mk>
|