# -*- 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           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         CGI-PSGI 0.15
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         CGI::PSGI - Adapt CGI.pm to the PSGI protocol
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  67ec911c8d18188a3170c93371abf5093c15453d \
                    sha256  c50dcb10bf8486a9843baed032ad89d879ff2f41c993342dead62f947a598d91

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-cgi

    patchfiles      patch-default-inc-excludes-dot.diff

    supported_archs noarch
}
