- Add NO_ARCH
- Update comment - Cosmetic change - Fix WWW
This commit is contained in:
parent
950104fb52
commit
b7124c0e58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389413
2 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,6 @@
|
|||
# XXX: which requires *EXACTLY* that version.
|
||||
#
|
||||
# www/rubygem-actionpack4
|
||||
# www/rubygem-innate
|
||||
|
||||
PORTNAME= rack
|
||||
PORTVERSION= 1.6.1
|
||||
|
@ -19,14 +18,16 @@ COMMENT= Rack, a Ruby Webserver Interface
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
USES= shebangfix
|
||||
|
||||
SHEBANG_FILES= test/cgi/test.ru
|
||||
SHEBANG_LANG= rackup
|
||||
rackup_OLD_CMD= ../../bin/rackup
|
||||
rackup_CMD= ${LOCALBASE}/bin/rackup
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PORTSCOUT= limit:^1\.6
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Rack provides an minimal interface between webservers supporting Ruby
|
||||
and Ruby frameworks.
|
||||
|
||||
WWW: http://rubygems.org/gems/rack15/
|
||||
WWW: http://rack.github.io/
|
||||
|
|
Loading…
Reference in a new issue