1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ruby 1.0 |
---|
6 | |
---|
7 | ruby.setup ffi 1.9.6 gem {} rubygems ruby21 |
---|
8 | description Ruby FFI library |
---|
9 | long_description Ruby extension for programmatically loading dynamic libraries, binding functions \ |
---|
10 | within them, and calling those functions from Ruby code |
---|
11 | license BSD |
---|
12 | maintainers googlemail.com:robertoschwald openmaintainer |
---|
13 | homepage http://wiki.github.com/ffi/ffi/ |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | checksums rmd160 e8da4c6a990b2d1776551099d429962e01d5a3d5 \ |
---|
17 | sha256 12fe4dad27e16fa1b9ee664b0ac93b87448ce7c32418bab74fdbdb6cc6087cb2 |
---|