freebsd-ports/devel/rubygem-fiddle/Makefile
Sunpoet Po-Chuan Hsieh af8a422cd9 Add rubygem-fiddle 1.0.7
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
2021-01-03 19:58:44 +00:00

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>