Files

24 lines
868 B
Tcl
Raw Permalink Normal View History

2024-04-15 13:03:02 +08:00
# -*- 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 ffi-inline 0.0.4.3 gem {} rubygems
categories-append devel
license Ruby
maintainers nomaintainer
platforms any
description Inline C/C++ in Ruby easily and cleanly
long_description {*}${description}
homepage https://github.com/meh/ruby-ffi-inline
checksums rmd160 e91d99f32df68c868b6b33f1ff35df47ecda0be4 \
sha256 ec204ed66bb7ab9abe5d053944aa8b8f14743eb46fd73aaa873b6afae95792ae \
size 9728
supported_archs noarch
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-ffi
}