# New ports collection makefile for:   rubygem-nice-ffi
# Date created:    28 April 2010
# Whom:	ws	Christoph Kick
#
# $FreeBSD$
#

PORTNAME=	nice-ffi
PORTVERSION=	0.4
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Nice-FFI is a layer on top of Ruby-FFI

RUN_DEPENDS=	rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi

USE_RUBY=		yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>