mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
877 B
Tcl
24 lines
877 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 3.0
|
|
ruby.setup net-protocol 0.2.2 gem {} rubygems
|
|
categories-append net
|
|
license BSD Ruby
|
|
maintainers nomaintainer
|
|
platforms any
|
|
description The abstract interface for net-* client
|
|
long_description {*}${description}
|
|
homepage https://github.com/ruby/net-protocol
|
|
checksums rmd160 dba836eee0295c5d437fa4231860b4292bccb8b8 \
|
|
sha256 aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8 \
|
|
size 10752
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-timeout
|
|
}
|