# $Id: Portfile 105420 2013-04-19 23:18:37Z macsforever2000@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           MooseX-Traits-Pluggable 0.10
revision              4
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           an extension to MooseX::Traits
long_description      Adds support for class precedence search for traits \
                      and some extra attributes.

platforms             darwin

checksums             md5 7d7af140b575c7b1e32044e2876f6401 \
                      sha1 d0d2b1db828172c72d66bba36d58ba803d12ed4c \
                      rmd160 cc8ceb69fe48555542441237c59c9cbbceae044e

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