svn commit: r366423 - head/databases/rubygem-bigrecord

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 28 16:24:51 UTC 2014


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 at 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


More information about the svn-ports-head mailing list