ports/benchmarks/hyperfine/Makefile

21 lines
307 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>