You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
851 B
Tcl
24 lines
851 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 nice-ffi 0.4 gem {} rubygems
|
|
categories-append devel
|
|
license Ruby
|
|
maintainers nomaintainer
|
|
platforms any
|
|
description Convenience layer atop Ruby-FFI
|
|
long_description {*}${description}
|
|
homepage https://github.com/jacius/nice-ffi
|
|
checksums rmd160 9de7292f0afa84475b09a3d17742eae78f5eb78d \
|
|
sha256 d3df7121f137592bb485666ec96bb4839243bc06d0906fa97eb710ee555591bd \
|
|
size 23552
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-ffi
|
|
}
|