# -*- 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         MooseX-Aliases 0.11

platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         MooseX::Aliases - easy aliasing of methods and attributes in Moose

long_description    ${description}

checksums           rmd160  bc69e1da67c7639434d2a8c8a8547aeba9abddfa \
                    sha256  c4850f972426c3447aaeed8dcb4033e84460ca51705ad3ea78b63af919fe0748

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

depends_lib-append  port:p${perl5.major}-moose
}
