mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
826 B
Tcl
21 lines
826 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 roauth 0.0.8 gem {} rubygems
|
|
maintainers {kimuraw @kimuraw} openmaintainer
|
|
description Simple Ruby OAuth library
|
|
long_description A simple OAuth library that supports OAuth header \
|
|
signing, and header verifying.
|
|
|
|
homepage https://github.com/maccman/roauth
|
|
license Ruby
|
|
|
|
checksums rmd160 040960697f278b1598f04b3941f2ad72f90038fc \
|
|
sha256 4142852a18e60ba203fa9a954dda8b4c7465f6662eae96f7a109f056e6715fe7 \
|
|
size 7168
|
|
platforms any
|
|
supported_archs noarch
|