Update version requirement of RUN_DEPENDS

- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-01 16:31:26 +00:00
parent a40e9701be
commit 7f9542247b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521738

View file

@ -6,18 +6,19 @@ PORTVERSION= 3.9.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Behaviour Driven Development in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}.0:devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}.0:devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=${PORTVERSION:R}.0:devel/rubygem-rspec-mocks
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}.0<3.10:devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}.0<3.10:devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=${PORTVERSION:R}.0<3.10:devel/rubygem-rspec-mocks
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>