Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 15:54:35 +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: r400315 - head/www/rubygem-actionpack
Message-ID:  <201510271554.t9RFsZ9b060501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 27 15:54:35 2015
New Revision: 400315
URL: https://svnweb.freebsd.org/changeset/ports/400315

Log:
  - Add LICENSE_FILE

Modified:
  head/www/rubygem-actionpack/Makefile

Modified: head/www/rubygem-actionpack/Makefile
==============================================================================
--- head/www/rubygem-actionpack/Makefile	Tue Oct 27 15:54:31 2015	(r400314)
+++ head/www/rubygem-actionpack/Makefile	Tue Oct 27 15:54:35 2015	(r400315)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Action Controller and Action View of Rails MVC Framework
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
 		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
@@ -22,7 +23,6 @@ RUN_DEPENDS=	rubygem-activemodel>=${PORT
 		rubygem-sprockets22>=2.2.1:${PORTSDIR}/devel/rubygem-sprockets22
 
 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?201510271554.t9RFsZ9b060501>