diff --git a/www/rubygem-unicorn/Makefile b/www/rubygem-unicorn/Makefile index 9407339f78f0..c10e91158b6e 100644 --- a/www/rubygem-unicorn/Makefile +++ b/www/rubygem-unicorn/Makefile @@ -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