freebsd-ports/devel/rubygem-ffi-compiler/Makefile
Sunpoet Po-Chuan Hsieh 3a3e438466 - Add rubygem-ffi-compiler 0.1.3
ffi-compiler is a ruby library for automating compilation of native libraries
for use with ffi. To use, define your own ruby->native API using ffi, implement
it in C, then use ffi-compiler to compile it.

WWW: https://github.com/ffi/ffi-compiler
RG:  https://rubygems.org/gems/ffi-compiler
2015-03-02 14:30:13 +00:00

22 lines
444 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ffi-compiler
PORTVERSION= 0.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby FFI library
LICENSE= APACHE20
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi \
rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
USE_RAKE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>