You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
rb-ffi-czmq: new port
This commit is contained in:
committed by
Herby Gillot
parent
c426588ba0
commit
b3213014d9
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user