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