# -*- 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         Class-Generate 1.18
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         Generate Perl class hierarchies
long_description    ${description}
platforms           {darwin any}

checksums           rmd160  fb18353be50b7e200a2c3aefd071fdbaae7c3eb5 \
                    sha256  f4f7a590edf3839c3b49b1179c6fa5cddc1cb43ef07f567232f9039007330755 \
                    size    69048

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-text-soundex \
                    port:p${perl5.major}-text-tabsxwrap

    supported_archs noarch
    perl5.use_module_build
}
