diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-17 18:09:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-17 18:09:01 +0000 |
commit | 9abcc90a03d322a619b8eab3b1736e15d0f0edd9 (patch) | |
tree | 3d9cde8ee4bac5dece69a3410a48474d94cc9b9d /benchmarks | |
parent | d617ce609630e5d5ac01abfc9d7e0915e48aa09c (diff) | |
download | ports-9abcc90a03d322a619b8eab3b1736e15d0f0edd9.tar.gz ports-9abcc90a03d322a619b8eab3b1736e15d0f0edd9.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/rubygem-railsbench/Makefile | 5 | ||||
-rw-r--r-- | benchmarks/rubygem-railsbench/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile index 802b817f4bb8..d8a3310a6cca 100644 --- a/benchmarks/rubygem-railsbench/Makefile +++ b/benchmarks/rubygem-railsbench/Makefile @@ -3,6 +3,7 @@ PORTNAME= railsbench PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= benchmarks rubygems MASTER_SITES= RG @@ -10,11 +11,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Scripts designed for benchmarking of Rails applications LICENSE= GPLv2 - -RUN_DEPENDS= rubygem-hoe>=2.4.0:${PORTSDIR}/devel/rubygem-hoe +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/benchmarks/rubygem-railsbench/pkg-descr b/benchmarks/rubygem-railsbench/pkg-descr index 204f2d9ba714..a67f43ba9949 100644 --- a/benchmarks/rubygem-railsbench/pkg-descr +++ b/benchmarks/rubygem-railsbench/pkg-descr @@ -2,4 +2,4 @@ Railsbench is a small collection of ruby scripts which make measuring raw performance of rails apps a snap. All tests are run from the command prompt, making performance regression testing easy. -WWW: http://rubygems.org/gems/railsbench/ +WWW: http://railsbench.rubyforge.org/ |