freebsd-ports/devel/rubygem-nice-ffi/Makefile

23 lines
447 B
Makefile
Raw Normal View History

# New ports collection makefile for: rubygem-nice-ffi
# Date created: 28 April 2010
# Whom: ws Christoph Kick
#
# $FreeBSD$
#
PORTNAME= nice-ffi
PORTVERSION= 0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= kick.christoph@googlemail.com
COMMENT= Nice-FFI is a layer on top of Ruby-FFI
RUN_DEPENDS= rubygem-ffi>=0.5.3:${PORTSDIR}/devel/rubygem-ffi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>