aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-10-26 05:24:17 +0800
committermiwi <miwi@FreeBSD.org>2007-10-26 05:24:17 +0800
commit4e1b35853e8b6be52d2deaafcd2a0cc35fe501f4 (patch)
tree2e935f68b923456bec0fe472b6bfcbf956a5ef8d /benchmarks
parent874af9c1a9ad6622b7649391d5913f11ead3f556 (diff)
downloadfreebsd-ports-gnome-4e1b35853e8b6be52d2deaafcd2a0cc35fe501f4.tar.gz
freebsd-ports-gnome-4e1b35853e8b6be52d2deaafcd2a0cc35fe501f4.tar.zst
freebsd-ports-gnome-4e1b35853e8b6be52d2deaafcd2a0cc35fe501f4.zip
- Add option for plotting of perf data support
PR: 117468 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/rubygem-railsbench/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile
index 57fa28692c24..915680a9dbc2 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 <bsd.port.pre.mk>
+
+.if defined(WITH_GRUFF)
+RUN_DEPENDS+= rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff
+.endif
+
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>