svn commit: r387803 - head/devel/rubygem-rails-observers

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 11:14:38 UTC 2015


Author: sunpoet
Date: Fri May 29 11:14:37 2015
New Revision: 387803
URL: https://svnweb.freebsd.org/changeset/ports/387803

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-rails-observers/Makefile

Modified: head/devel/rubygem-rails-observers/Makefile
==============================================================================
--- head/devel/rubygem-rails-observers/Makefile	Fri May 29 11:14:33 2015	(r387802)
+++ head/devel/rubygem-rails-observers/Makefile	Fri May 29 11:14:37 2015	(r387803)
@@ -9,10 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Observer classes for Rails
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list