# -*- 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          fcgi 0.9.2.2 gem {} rubygems

categories-append   www
license             MIT
maintainers         nomaintainer

description         The Ruby interface to FastCGI
long_description    FastCGI is a language independent, scalable, open \
                    extension  to CGI that provides high performance \
                    without the limitations of server specific APIs. \
                    This is the Ruby interface.

homepage            https://github.com/alphallc/ruby-fcgi-ng

checksums           rmd160  0155d9b984542c82ed873f06e1156f8825572366 \
                    sha256  0be03c012267ad192c4367871b41dda66204992c5f885011e61ad4ca03dd0dc0 \
                    size    15872

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:fcgi
}
