diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-25 21:24:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-25 21:24:17 +0000 |
commit | d64e5db169525f91076c133856a3c672a403b8ab (patch) | |
tree | 28c8d38924d2caa18d9dc5c834cfcb6bb22fbc7a /benchmarks | |
parent | 757cdaf9f4ba1c2ea53ab92cc351f736354a4502 (diff) | |
download | ports-d64e5db169525f91076c133856a3c672a403b8ab.tar.gz ports-d64e5db169525f91076c133856a3c672a403b8ab.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/rubygem-railsbench/Makefile | 12 |
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> |