Date: Sat, 30 May 2015 23:08:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387999 - head/devel/rubygem-fast_stack Message-ID: <201505302308.t4UN8sTX088418@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505302308.t4UN8sTX088418>