- Fix and sort RUN_DEPENDS: hoe is a development dependency
- Bump PORTREVISION for dependency change With hat: ruby
This commit is contained in:
parent
f6c05904fb
commit
001c6383c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402579
1 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= feed-normalizer
|
||||
PORTVERSION= 1.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -12,12 +13,10 @@ COMMENT= Extensible wrapper for Atom and RSS parsers
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/License.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-simple-rss>=1.1:${PORTSDIR}/www/rubygem-simple-rss \
|
||||
rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \
|
||||
rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe
|
||||
RUN_DEPENDS= rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \
|
||||
rubygem-simple-rss>=1.1:${PORTSDIR}/www/rubygem-simple-rss
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
|
Loading…
Reference in a new issue