mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Fix shebangs
- Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
6e938ac1ff
commit
c28c269433
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386997
@ -10,6 +10,7 @@
|
||||
PORTNAME= rack
|
||||
PORTVERSION= 1.4.5
|
||||
PORTEPOCH= 3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -17,7 +18,13 @@ MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Rack, a Ruby Webserver Interface
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= test/cgi/test.ru
|
||||
SHEBANG_LANG= rackup
|
||||
rackup_OLD_CMD= ../../bin/rackup
|
||||
rackup_CMD= ${PREFIX}/bin/rackup
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
Loading…
Reference in New Issue
Block a user