# -*- 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-Emulate-Class-Accessor-Fast 0.009032
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Emulate Class::Accessor::Fast behavior using Moose attributes
long_description    This module attempts to emulate the behavior of \
                    Class::Accessor::Fast as accurately as possible \
                    using the Moose attribute system.

platforms           darwin

checksums           rmd160  ea74273af7671f3ed557f7f708575e4271ee1089 \
                    sha256  82eeb7ef1f0d25418ae406ea26912b241428d4b2ab9510d5e9deb3f72c187994 \
                    size    16724

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

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