# -*- 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      cmdparse 3.0.7 gem
platforms       any
maintainers     {kimuraw @kimuraw} openmaintainer
description     Advanced command-line parser supporting commands
long_description    This library, cmdparse, can be used to create such \
                a command line interface. Internally it uses optparse or any \
                other option parser library to parse options and it provides \
                a nice API for specifying commands.
categories-append   devel
homepage        https://cmdparse.gettalong.org
license         MIT
supported_archs noarch
checksums       rmd160  66f869b6d6555ad2af3b4984d2a970eb2ae26ff4 \
                sha256  f7c5cace10bec6abf853370ae095e4b97a84ed9d847b3fb38f41cc4fbc950739 \
                size    54784
