# -*- 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         Any-Moose 0.27
maintainers         nomaintainer
license             {Artistic-1 GPL}
# module is still being maintained upstream for
# compatibility with existing modules that
# use it. Mark obsolete when moved to backpan.
description         Any::Moose - (DEPRECATED) use Moo instead!
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  93cc2f8303b468c78ade108a76270118afb45986 \
                    sha256  a8a63e37fa802e8258be99983916cde4512581dc8062de50e73d66af6e2d8535

if {${perl5.major} != ""} {
#   the following build dependencies are optional test dependencies
#   dependencies for testing moose, moosex, moo, mouse support are included for more complete testing
#   dependencies for testing mousex support are not included to prevent dependency loop
#   p5-mousex-types depends on p5-any-moose
    depends_build-append \
                    port:p${perl5.major}-moo \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-moosex-types \
                    port:p${perl5.major}-mouse
}
