Sort RUN_DEPENDS
This commit is contained in:
parent
2af94cf0db
commit
65b714fd88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545929
1 changed files with 7 additions and 6 deletions
|
@ -11,14 +11,15 @@ COMMENT= RubyGems plugin for comparing gem versions
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json \
|
||||
rubygem-curb>=0:ftp/rubygem-curb \
|
||||
RUN_DEPENDS= rubygem-curb>=0:ftp/rubygem-curb \
|
||||
rubygem-diffy>=0:textproc/rubygem-diffy \
|
||||
rubygem-rainbow>=0:devel/rubygem-rainbow \
|
||||
rubygem-gemnasium-parser>=0:devel/rubygem-gemnasium-parser
|
||||
rubygem-gemnasium-parser>=0:devel/rubygem-gemnasium-parser \
|
||||
rubygem-json>=0:devel/rubygem-json \
|
||||
rubygem-rainbow>=0:devel/rubygem-rainbow
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue