Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 16:24:51 +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: r366423 - head/databases/rubygem-bigrecord
Message-ID:  <201408281624.s7SGOpJK029835@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 28 16:24:50 2014
New Revision: 366423
URL: http://svnweb.freebsd.org/changeset/ports/366423
QAT: https://qat.redports.org/buildarchive/r366423/

Log:
  - Add LICENSE

Modified:
  head/databases/rubygem-bigrecord/Makefile

Modified: head/databases/rubygem-bigrecord/Makefile
==============================================================================
--- head/databases/rubygem-bigrecord/Makefile	Thu Aug 28 16:24:46 2014	(r366422)
+++ head/databases/rubygem-bigrecord/Makefile	Thu Aug 28 16:24:50 2014	(r366423)
@@ -9,9 +9,11 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Intended to work as a drop-in for Rails applications
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \
-			    rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
-				rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools
+		rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
+		rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes



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