From 4e1b35853e8b6be52d2deaafcd2a0cc35fe501f4 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 25 Oct 2007 21:24:17 +0000 Subject: - Add option for plotting of perf data support PR: 117468 Submitted by: Alexander Logvinov (maintainer) --- benchmarks/rubygem-railsbench/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile index 57fa28692c2..915680a9dbc 100644 --- a/benchmarks/rubygem-railsbench/Makefile +++ b/benchmarks/rubygem-railsbench/Makefile @@ -6,9 +6,9 @@ PORTNAME= railsbench PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= benchmarks rubygems -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= RF MAINTAINER= ports@logvinov.com COMMENT= Scripts designed for benchmarking of Rails applications @@ -16,6 +16,14 @@ COMMENT= Scripts designed for benchmarking of Rails applications BUILD_DEPENDS= rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe RUN_DEPENDS= ${BUILD_DEPENDS} +OPTIONS= GRUFF "Plotting of perf data support using gruff" off +OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options + .include + +.if defined(WITH_GRUFF) +RUN_DEPENDS+= rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff +.endif + .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" .include -- cgit