aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/rubygem-benchmark-ips/Makefile
blob: fae1a5f26ff09d50541e97460eb9bbd63a186fd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	benchmark-ips
PORTVERSION=	2.13.0
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>