Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 18:01:22 +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: r398608 - head/databases/rubygem-activerecord
Message-ID:  <201510041801.t94I1Mth044259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  4 18:01:21 2015
New Revision: 398608
URL: https://svnweb.freebsd.org/changeset/ports/398608

Log:
  - Add LICENSE_FILE

Modified:
  head/databases/rubygem-activerecord/Makefile

Modified: head/databases/rubygem-activerecord/Makefile
==============================================================================
--- head/databases/rubygem-activerecord/Makefile	Sun Oct  4 18:01:16 2015	(r398607)
+++ head/databases/rubygem-activerecord/Makefile	Sun Oct  4 18:01:21 2015	(r398608)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Object-relational mapping layer for 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 \
@@ -17,7 +18,6 @@ RUN_DEPENDS=	rubygem-activemodel>=${PORT
 		rubygem-tzinfo03>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo03
 
 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?201510041801.t94I1Mth044259>