mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
869 B
Tcl
24 lines
869 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 oauth-tty 1.0.5 gem {} rubygems
|
||
|
|
categories-append devel
|
||
|
|
platforms any
|
||
|
|
license MIT
|
||
|
|
maintainers nomaintainer
|
||
|
|
description OAuth 1.0 TTY Command Line Interface
|
||
|
|
long_description {*}${description}
|
||
|
|
homepage https://gitlab.com/oauth-xx/oauth-tty
|
||
|
|
checksums rmd160 f09095f7e8c8ad973a40a417c2351b01bd0fa650 \
|
||
|
|
sha256 34e25c307da4509d4deec266ff3690bbf42e391355f496201c029268862d8b17 \
|
||
|
|
size 18944
|
||
|
|
supported_archs noarch
|
||
|
|
|
||
|
|
if {${name} ne ${subport}} {
|
||
|
|
depends_run-append \
|
||
|
|
port:rb${ruby.suffix}-version_gem
|
||
|
|
}
|