mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
910 B
Tcl
25 lines
910 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-libsodium 0.4.7 gem {} rubygems
|
|
categories-append devel
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
platforms any
|
|
description libsodium FFI wrapper
|
|
long_description {*}${description} for Ruby.
|
|
homepage https://github.com/Asmod4n/ruby-ffi-libsodium
|
|
checksums rmd160 0439f4ef4efcff13d13b0de90a319d72c6104d42 \
|
|
sha256 ecd54a38c89259a1e43fef42f4d97cef9952a3c30f83524724e34c69d03c1fff \
|
|
size 14848
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:libsodium \
|
|
port:rb${ruby.suffix}-ffi
|
|
}
|