aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/rubygem-railsbench/Makefile
blob: 19d4195b2fb680cc4835f0d44a25b9f23da0a26e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
WWW=		http://railsbench.rubyforge.org/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/railsbench

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

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

.include <bsd.port.mk>