# -*- 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.26
perl5.setup         MooseX-ArrayRef 0.005
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         MooseX::ArrayRef - blessed arrayrefs with Moose
long_description    ${description}

platforms           darwin

checksums           rmd160  beda2dfa8231596ed7e26052566acc540ed86675 \
                    sha256  8f2180abcbc110bedd9182e4ea3e7852df15f39ae49dc3dadd020b081ffcea08

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-moose

    supported_archs noarch
}