mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
306 B
Makefile
20 lines
306 B
Makefile
COMMENT = command-line benchmarking tool
|
|
|
|
GH_ACCOUNT = sharkdp
|
|
GH_PROJECT = hyperfine
|
|
GH_TAGNAME = v1.20.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>
|