# -*- 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.4 3.3 3.2 3.1
ruby.setup          jwt 3.1.2 gem {} rubygems
revision            0
categories-append   devel www
platforms           any
license             MIT
maintainers         nomaintainer
description         Pure-Ruby implementation of the RFC 7519 OAuth JSON \
                    Web Token (JWT) standard
long_description    {*}${description}
homepage            https://github.com/jwt/ruby-jwt
checksums           rmd160  ffed6c21e974605c71243f6d083d7c3819b7d086 \
                    sha256  af6991f19a6bb4060d618d9add7a66f0eeb005ac0bc017cd01f63b42e122d535 \
                    size    53760
supported_archs     noarch

if {${subport} ne ${name}} {
    depends_run-append \
                    port:rb${ruby.suffix}-base64
}
