mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE
- Sort RUN_DEPENDS
This commit is contained in:
parent
306b78b8a1
commit
0d6db0ff2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366426
1 changed files with 6 additions and 2 deletions
|
@ -9,13 +9,17 @@ MASTER_SITES= RG
|
|||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Unicorn is an HTTP server for Rack applications
|
||||
|
||||
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
|
||||
rubygem-kgio>=2.6:${PORTSDIR}/devel/rubygem-kgio \
|
||||
LICENSE= GPLv2 GPLv3 RUBY
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= rubygem-kgio>=2.6:${PORTSDIR}/devel/rubygem-kgio \
|
||||
rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
|
||||
rubygem-raindrops>=0.7:${PORTSDIR}/www/rubygem-raindrops
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/unicorn bin/unicorn_rails
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue