- Update RUN_DEPENDS: use newer rubygem-rack
- Add NO_ARCH - Bump PORTREVISION for dependency change
This commit is contained in:
parent
0f54960ed5
commit
cd4dc7332a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389514
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= http_router
|
||||
PORTVERSION= 0.11.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -11,9 +12,10 @@ COMMENT= HTTP router for use in Rack
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
|
||||
RUN_DEPENDS= rubygem-rack16>=1.0.0:${PORTSDIR}/www/rubygem-rack16 \
|
||||
rubygem-url_mount>=0.2.1:${PORTSDIR}/www/rubygem-url-mount
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
|
Loading…
Reference in a new issue