diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-05 18:24:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-05 18:24:36 +0000 |
commit | 76dff80b2181b8db7abbb3caf394747476737f06 (patch) | |
tree | 41d58510dfe75b66b2bfd155c065c69375410ae1 | |
parent | dab817b2b76a7bbb07ad135e221949afef07489d (diff) | |
download | ports-76dff80b2181b8db7abbb3caf394747476737f06.tar.gz ports-76dff80b2181b8db7abbb3caf394747476737f06.zip |
- Add LICENSE
- Update RUN_DEPENDS
- Convert to new options helper
- Remove OPTIONSFILE
Notes
Notes:
svn path=/head/; revision=383325
-rw-r--r-- | benchmarks/rubygem-railsbench/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile index 62575eed2b0c..0873a010a20a 100644 --- a/benchmarks/rubygem-railsbench/Makefile +++ b/benchmarks/rubygem-railsbench/Makefile @@ -9,21 +9,19 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Scripts designed for benchmarking of Rails applications -RUN_DEPENDS= rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe +LICENSE= GPLv2 + +RUN_DEPENDS= rubygem-hoe>=2.4.0:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/railsbench OPTIONS_DEFINE= GRUFF GRUFF_DESC= Plotting of perf data support using gruff -OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options - -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MGRUFF} -RUN_DEPENDS+= rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff -.endif +GRUFF_RUN_DEPENDS= rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff .include <bsd.port.mk> |