rb-oauth: new port

This commit is contained in:
Sergey Fedorov
2024-02-27 23:53:42 +07:00
committed by Perry E. Metzger
parent d6b5db73a1
commit 49d80ea9db
+25
View File
@@ -0,0 +1,25 @@
# -*- 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 1.1.0 gem {} rubygems
categories-append devel
platforms any
license MIT
maintainers nomaintainer
description OAuth Core Ruby implementation
long_description {*}${description}
homepage https://github.com/oauth-xx/oauth-ruby
checksums rmd160 c4f5cadf98b39dfa0004bcf6e2f6f54533da85ff \
sha256 38902b7f0f5ed91e858d6353f5e1e06b2c16a8aa0fd91984671eab1a1d1cddeb \
size 39936
supported_archs noarch
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-oauth-tty \
port:rb${ruby.suffix}-snaky_hash \
port:rb${ruby.suffix}-version_gem
}