Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 18:43:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398852 - head/www/rubygem-geminabox
Message-ID:  <201510081843.t98IhcoK060317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  8 18:43:38 2015
New Revision: 398852
URL: https://svnweb.freebsd.org/changeset/ports/398852

Log:
  - Add LICENSE_FILE

Modified:
  head/www/rubygem-geminabox/Makefile

Modified: head/www/rubygem-geminabox/Makefile
==============================================================================
--- head/www/rubygem-geminabox/Makefile	Thu Oct  8 18:43:33 2015	(r398851)
+++ head/www/rubygem-geminabox/Makefile	Thu Oct  8 18:43:38 2015	(r398852)
@@ -11,6 +11,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Sinatra based gem hosting app
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
 		rubygem-faraday>=0:${PORTSDIR}/www/rubygem-faraday \
@@ -19,7 +20,6 @@ RUN_DEPENDS=	rubygem-builder32>=0:${PORT
 		rubygem-sinatra>=1.2.7:${PORTSDIR}/www/rubygem-sinatra
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510081843.t98IhcoK060317>