21 lines
307 B
Makefile
21 lines
307 B
Makefile
|
COMMENT = command-line benchmarking tool
|
||
|
|
||
|
GH_ACCOUNT = sharkdp
|
||
|
GH_PROJECT = hyperfine
|
||
|
GH_TAGNAME = v1.17.0
|
||
|
|
||
|
CATEGORIES = benchmarks
|
||
|
|
||
|
# MIT/Apache-2.0
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += ${MODCARGO_WANTLIB} m
|
||
|
|
||
|
MODULES = devel/cargo
|
||
|
|
||
|
CONFIGURE_STYLE = cargo
|
||
|
|
||
|
.include "crates.inc"
|
||
|
|
||
|
.include <bsd.port.mk>
|