1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-24 00:10:21 +00:00
parent 86d0e2cf9f
commit 999e0a191b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509699

View File

@ -13,14 +13,15 @@ COMMENT= Classy web development framework in ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rack16>=1.5:www/rubygem-rack16 \
rubygem-rack-protection1>=1.4:www/rubygem-rack-protection1 \
rubygem-tilt>=1.3:devel/rubygem-tilt
RUN_DEPENDS= rubygem-rack16>=1.5<2:www/rubygem-rack16 \
rubygem-rack-protection1>=1.4<2:www/rubygem-rack-protection1 \
rubygem-tilt>=1.3<3:devel/rubygem-tilt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>