# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD: head/benchmarks/rubygem-railsbench/Makefile 414136 2016-04-27 21:57:31Z swills $

PORTNAME=	railsbench
PORTVERSION=	0.9.8
PORTREVISION=	1
CATEGORIES=	benchmarks rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Scripts designed for benchmarking of Rails applications

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/railsbench

OPTIONS_DEFINE=	GRUFF
GRUFF_DESC=	Plotting of perf data support using gruff

GRUFF_RUN_DEPENDS=	rubygem-gruff>=0.2.8:graphics/rubygem-gruff

.include <bsd.port.mk>
