mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
963 B
Tcl
22 lines
963 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup ffi 1.0.11 gem {} rubygems ruby19
|
|
description Programmatically load dynamic libraries, bind functions \
|
|
within them, and call those functions from Ruby code.
|
|
long_description \
|
|
Ruby-FFI is a ruby extension for programmatically loading dynamic \
|
|
libraries, binding functions within them, and calling those functions \
|
|
from Ruby code. Moreover, a Ruby-FFI extension works without changes on \
|
|
Ruby and JRuby.
|
|
license BSD
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
|
|
homepage https://github.com/ffi/ffi/wiki
|
|
|
|
checksums rmd160 64d82a58a435101cbbdec2a638dfc6ab1e518be7 \
|
|
sha256 2b253b14b0a850eb274a7a85a04d3a7310993a8a21701b4cb26779aaf932fb9c
|