rb-ffi-czmq: new port

This commit is contained in:
Sergey Fedorov
2024-04-15 13:31:19 +08:00
committed by Herby Gillot
parent c426588ba0
commit b3213014d9
+24
View File
@@ -0,0 +1,24 @@
# -*- 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-czmq 0.1.6.pre gem {} rubygems
categories-append devel
license Apache-2
maintainers nomaintainer
platforms any
description Ruby czmq FFI wrapper
long_description {*}${description}
homepage https://rubygems.org/gems/ffi-czmq
checksums rmd160 0dc7c484b03a38272e5d87c99c94f04e9bac7d7f \
sha256 c734cb910bf0095ada1f83b4d5bac3710cbdd2eb80e1eccee468bb59485ff1ab \
size 17408
supported_archs noarch
if {${name} ne ${subport}} {
depends_run-append \
port:czmq \
port:rb${ruby.suffix}-ffi
}