# -*- 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.branches 3.3 3.2 3.1 ruby.setup RubyInline 3.14.1 gem {} rubygems license MIT maintainers nomaintainer description Multi-language extension coding within Ruby long_description RubyInline is an analog to Perl's Inline::C. Out of \ the box, it allows you to embed C/++ external module code \ in your Ruby script directly. By writing simple builder \ classes, you can teach how to cope with new languages \ (Fortran, Perl, whatever). The code is compiled and run \ on the fly when needed. checksums rmd160 8bc76a2a4c4614c276b7b3ef11001b8bb502f98e \ sha256 dd060b8e083287b8e01394325259f6d5288e9db41212b39f78b311954d960cdc \ size 31232 platforms any supported_archs noarch homepage https://www.zenspider.com/projects/rubyinline.html if {${name} ne ${subport}} { depends_run-append \ port:rb${ruby.suffix}-zentest }