svn commit: r387999 - head/devel/rubygem-fast_stack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 30 23:08:54 UTC 2015


Author: sunpoet
Date: Sat May 30 23:08:53 2015
New Revision: 387999
URL: https://svnweb.freebsd.org/changeset/ports/387999

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-fast_stack/Makefile

Modified: head/devel/rubygem-fast_stack/Makefile
==============================================================================
--- head/devel/rubygem-fast_stack/Makefile	Sat May 30 23:08:48 2015	(r387998)
+++ head/devel/rubygem-fast_stack/Makefile	Sat May 30 23:08:53 2015	(r387999)
@@ -9,11 +9,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Fast method for collecting stack traces
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
 		rubygem-rake-compiler>=0:${PORTSDIR}/devel/rubygem-rake-compiler
 
 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