Files

28 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

# -*- 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
2008-08-19 13:08:28 +00:00
2024-02-26 16:28:57 +07:00
ruby.branches 3.3 3.2 3.1
2024-07-14 11:26:24 +08:00
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.
2024-07-14 11:26:24 +08:00
checksums rmd160 8bc76a2a4c4614c276b7b3ef11001b8bb502f98e \
sha256 dd060b8e083287b8e01394325259f6d5288e9db41212b39f78b311954d960cdc \
2024-02-26 16:28:57 +07:00
size 31232
platforms any
2023-12-04 13:22:18 +11:00
supported_archs noarch
homepage https://www.zenspider.com/projects/rubyinline.html
2006-11-08 02:33:59 +00:00
2024-02-26 16:28:57 +07:00
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-zentest
}