svn commit: r389387 - head/devel/rubygem-debug_inspector

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:53:42 UTC 2015


Author: sunpoet
Date: Sat Jun 13 13:53:41 2015
New Revision: 389387
URL: https://svnweb.freebsd.org/changeset/ports/389387

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-debug_inspector/Makefile

Modified: head/devel/rubygem-debug_inspector/Makefile
==============================================================================
--- head/devel/rubygem-debug_inspector/Makefile	Sat Jun 13 13:53:36 2015	(r389386)
+++ head/devel/rubygem-debug_inspector/Makefile	Sat Jun 13 13:53:41 2015	(r389387)
@@ -8,8 +8,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby wrapper for the MRI 2.0 debug_inspector API
 
+LICENSE=	MIT
+
 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