forked from Lainports/freebsd-ports
Fiddle is an extension to translate a foreign function interface (FFI) with ruby. It wraps libffi, a popular C library which provides a portable interface that allows code written in one language to call code written in another language. WWW: https://github.com/ruby/fiddle
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fiddle
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= libffi wrapper for Ruby
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libffi.so:devel/libffi
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|