Index: head/devel/rubygem-ruby-sdl-ffi/Makefile =================================================================== --- head/devel/rubygem-ruby-sdl-ffi/Makefile (revision 387813) +++ head/devel/rubygem-ruby-sdl-ffi/Makefile (revision 387814) @@ -1,18 +1,20 @@ # Created by: Christoph Kick # $FreeBSD$ PORTNAME= ruby-sdl-ffi PORTVERSION= 0.4 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Low-level binding to SDL and related libraries using Ruby-FFI +LICENSE= MIT + RUN_DEPENDS= rubygem-nice-ffi>=0.2:${PORTSDIR}/devel/rubygem-nice-ffi USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-ruby-sdl-ffi/pkg-descr =================================================================== --- head/devel/rubygem-ruby-sdl-ffi/pkg-descr (revision 387813) +++ head/devel/rubygem-ruby-sdl-ffi/pkg-descr (revision 387814) @@ -1,6 +1,6 @@ Ruby-SDL-FFI is a low-level binding to SDL and related libraries using Ruby-FFI. It provides very basic access to SDL from Ruby without the need for a compiled C wrapper. It aims to be platform and Ruby implementation independent. -WWW: https://github.com/jacius/ruby-sdl-ffi/ +WWW: https://github.com/jacius/ruby-sdl-ffi