# -*- 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-Simple 1.282
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  49654088b6355b3e17da340835adcd73b9dd5049 \
                    sha256  c57f0f3e32cdd80612645155c1b829b4ccbe4ced655de833ab93005989c27f2f \
                    size    88078

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-exception \
                    port:p${perl5.major}-test-nowarnings
}
