20 lines
352 B
Makefile
20 lines
352 B
Makefile
# Created by: Christoph Kick
|
|
|
|
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:devel/rubygem-nice-ffi
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|