Sort RUN_DEPENDS

- Add NO_ARCH
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-08-23 19:48:24 +00:00
parent 6177fcda75
commit eaf5701df3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545996

View File

@ -12,12 +12,14 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-hpricot>=0.8.2:www/rubygem-hpricot \
rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount \
rubygem-mustache>=0.7.0:devel/rubygem-mustache
rubygem-mustache>=0.7.0:devel/rubygem-mustache \
rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/ronn
.include <bsd.port.mk>