# $Id: Portfile 62960 2010-01-22 16:28:46Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           MooseX-Types 0.21
maintainers           narf_tm openmaintainer
description           Organise your Moose types in libraries
long_description      The types provided with Moose are by design global. \
                      This package helps you to organise and selectively \
                      import your own and the built-in types in libraries. \
                      As a nice side effect, it catches typos at \
                      compile-time too.

platforms             darwin

checksums             md5 86cfc277adafad1b1edad733c8ea2a77 \
                      sha1 3497095a0529b9abbd51717f5db35792d87940bf \
                      rmd160 5c34411243801639b60b312951758c17869493bc

depends_lib-append    port:p5-test-exception \
                      port:p5-test-simple \
                      port:p5-moose \
                      port:p5-scalar-list-utils \
                      port:p5-carp-clan \
                      port:p5-sub-install \
                      port:p5-sub-name \
                      port:p5-namespace-clean
