Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-28 07:40:46 +00:00
parent 021613fc14
commit 2f774a86ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521177

View file

@ -12,11 +12,12 @@ COMMENT= Logging library based on Java's log4j #'
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-little-plugger>=1.1:devel/rubygem-little-plugger \
rubygem-multi_json>=1.10:devel/rubygem-multi_json
RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \
rubygem-multi_json>=1.10<2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>