svn commit: r387828 - head/devel/rubygem-state_machine

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


Author: sunpoet
Date: Fri May 29 11:16:39 2015
New Revision: 387828
URL: https://svnweb.freebsd.org/changeset/ports/387828

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-state_machine/Makefile

Modified: head/devel/rubygem-state_machine/Makefile
==============================================================================
--- head/devel/rubygem-state_machine/Makefile	Fri May 29 11:16:34 2015	(r387827)
+++ head/devel/rubygem-state_machine/Makefile	Fri May 29 11:16:39 2015	(r387828)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Support for creating state machines for attributes on any Ruby class
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list