# $Id: Portfile 84669 2011-09-29 11:43:16Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           MooseX-Emulate-Class-Accessor-Fast 0.00903
revision              2
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             md5 edb0d626207e7db61154b5cc65112638 \
                      sha1 ef19e4ac9af934321f9a34b67acf1d4d98e8bd84 \
                      rmd160 b49cf954f80b3743bee590a1cba65b4eb42ee682

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