Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-03-01 06:50:31 +00:00
parent 9f26131e12
commit db5483bde8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527529

View File

@ -13,15 +13,16 @@ COMMENT= Scripts designed for benchmarking of Rails applications
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/railsbench
OPTIONS_DEFINE= GRUFF
GRUFF_DESC= Plotting of perf data support using gruff
GRUFF_RUN_DEPENDS= rubygem-gruff>=0.2.8:graphics/rubygem-gruff
GRUFF_RUN_DEPENDS= rubygem-gruff>=0:graphics/rubygem-gruff
.include <bsd.port.mk>