svn commit: r387815 - head/devel/rubygem-rubygame
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:15:37 UTC 2015
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 at 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>
More information about the svn-ports-all
mailing list