Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 11:15:37 +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: r387815 - head/devel/rubygem-rubygame
Message-ID:  <201505291115.t4TBFbhh087503@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 29 11:15:36 2015
New Revision: 387815
URL: https://svnweb.freebsd.org/changeset/ports/387815

Log:
  - Add LICENSE
  - Remove USE_RAKE

Modified:
  head/devel/rubygem-rubygame/Makefile

Modified: head/devel/rubygem-rubygame/Makefile
==============================================================================
--- head/devel/rubygem-rubygame/Makefile	Fri May 29 11:15:31 2015	(r387814)
+++ head/devel/rubygem-rubygame/Makefile	Fri May 29 11:15:36 2015	(r387815)
@@ -10,12 +10,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Game-development extension and library for the ruby language
 
+LICENSE=	LGPL21
+
 RUN_DEPENDS=	rubygem-ruby-sdl-ffi>=0.1.0:${PORTSDIR}/devel/rubygem-ruby-sdl-ffi
 
-USE_SDL=		gfx image mixer ttf
-USE_RUBY=		yes
-USE_RAKE=		yes
+USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USE_SDL=	gfx image mixer ttf
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291115.t4TBFbhh087503>