mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
e8ddb1fd3c
Changes: https://github.com/evanphx/benchmark-ips/releases https://github.com/evanphx/benchmark-ips/blob/master/History.md https://github.com/evanphx/benchmark-ips/commits/master
18 lines
325 B
Makefile
18 lines
325 B
Makefile
PORTNAME= benchmark-ips
|
|
PORTVERSION= 2.15.1
|
|
CATEGORIES= benchmarks rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Iterations per second enhancement to Benchmark
|
|
WWW= https://github.com/evanphx/benchmark-ips
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|