freebsd-ports/devel/rubygem-ruby-sdl-ffi/Makefile
Philip M. Gollucci a853fa0a0a - Fix dependency versions
PR:             ports/150810
Submitted by:   myself (pgollucci)
Approved by:    kick.christoph@googlemail.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-23 18:55:23 +00:00

23 lines
502 B
Makefile

# New ports collection makefile for: rubygem-ruby-sdl-ffi
# Date created: 28 April 2010
# Whom: Christoph Kick
#
# $FreeBSD$
#
PORTNAME= ruby-sdl-ffi
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= kick.christoph@googlemail.com
COMMENT= Low-level binding to SDL and related libraries using Ruby-FFI
RUN_DEPENDS= rubygem-nice-ffi>=0.2:${PORTSDIR}/devel/rubygem-nice-ffi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>