From 0d6db0ff2a5cc0e731c64d22e267ddfc858c22b8 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Aug 2014 16:25:03 +0000 Subject: [PATCH] - Add LICENSE - Sort RUN_DEPENDS --- www/rubygem-unicorn/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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