# $Id: Portfile 84668 2011-09-29 11:41:44Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           MooseX-Types-Common 0.001002
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           A set of commonly-used type constraints that do not \
                      ship with Moose by default.
long_description      ${description}

platforms             darwin

checksums             md5 aedadf906fc19dd4b75529c01c3a1d73 \
                      sha1 78be7f227c31f7763c27bd77a741ad293b7155e3 \
                      rmd160 97bdf55ab77800de789b5d4262366c23399a5e2b

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