# -*- 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          totp 1.0.0 gem {} rubygems
categories-append   devel
license             MIT
maintainers         nomaintainer
platforms           any
description         Time-based One-Time Passwords
long_description    {*}${description}
homepage            https://github.com/soveran/totp
checksums           rmd160  3c417247b4c51d42dcb13dbc351e49bebb3fbc63 \
                    sha256  67f9200d0ddfe3a5dedb988b6c9fcbed833dce6ff898c064d06b36d9300fd671 \
                    size    6656
supported_archs     noarch

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