Files
ports/benchmarks/rubygem-benchmark/Makefile
Sunpoet Po-Chuan Hsieh 6fa86cfe6e Add rubygem-benchmark 0.1.0
The Benchmark module provides methods for benchmarking Ruby code, giving
detailed reports on the time taken for each task.

WWW: https://github.com/ruby/benchmark
2020-07-30 09:46:19 +00:00

21 lines
348 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= benchmark
PORTVERSION= 0.1.0
CATEGORIES= benchmarks rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Performance benchmarking library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>