# -*- 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-Accessor-Grouped 0.10014
license             {Artistic-1 GPL}
maintainers         nomaintainer
supported_archs     noarch

description         Lets you build groups of accessors
long_description    This class lets you build groups of accessors that \
                    will call different getters and setters.

platforms           {darwin any}

checksums           rmd160  f8bbd85267bb9d40b147c7d9eb533c54f994ca69 \
                    sha256  35d5b03efc09f67f3a3155c9624126c3e162c8e3ca98ff826db358533a44c4bb \
                    size    28703

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-devel-hide \
                    port:p${perl5.major}-package-stash \
                    port:p${perl5.major}-test-exception
    
    depends_lib-append \
                    port:p${perl5.major}-class-xsaccessor \
                    port:p${perl5.major}-module-runtime \
                    port:p${perl5.major}-sub-name
}
