Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-10-20 17:21:36 +00:00
parent ba41a62845
commit d73fc777e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515059

View File

@ -12,10 +12,11 @@ COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/Licence.md
RUN_DEPENDS= rubygem-mime-types-data>=3.2015:misc/rubygem-mime-types-data
RUN_DEPENDS= rubygem-mime-types-data>=3.2015<4:misc/rubygem-mime-types-data
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>