mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
893 B
Tcl
25 lines
893 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.branches 3.3 3.2 3.1
|
|
ruby.setup ffi-portaudio 0.1.3 gem {} rubygems
|
|
categories-append audio
|
|
license MIT
|
|
maintainers nomaintainer
|
|
platforms any
|
|
description Ruby bindings for PortAudio
|
|
long_description {*}${description}
|
|
homepage https://github.com/nanki/ffi-portaudio
|
|
checksums rmd160 d086bd69fdef27937a27a103b56f4a1fb4a2b3ce \
|
|
sha256 2ada25a6015d7dfd6e97fbf37f73e1608261eb36cc2cefbedfb1b70c646ce254 \
|
|
size 9216
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:portaudio \
|
|
port:rb${ruby.suffix}-ffi
|
|
}
|