# $Id: Portfile 67752 2010-05-17 15:41:04Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Mouse 0.58 ../by-authors/id/G/GF/GFUJI/
maintainers           narf_tm openmaintainer
description           Moose minus the antlers
long_description      Moose is wonderful. \
                      Unfortunately, it's a little slow. Though significant \
                      progress has been made over the years, the compile \
                      time penalty is a non-starter for some applications. \
                      Mouse aims to alleviate this by providing a subset of \
                      Moose's functionality, faster. In particular, \"has\" \
                      in Moose is missing only a few expert-level features.

platforms             darwin

checksums             md5 f5e15b2395f035ff06b5c9b9b5b6b720 \
                      sha1 d095983dc72fd7b985b764cb8a721d0ed9b54896 \
                      rmd160 8937e496af1937d7fd59a01e9f60532b489832a9

depends_lib-append    port:p5-test-exception \
                      port:p5-test-simple \
                      port:p5-extutils-parsexs \
                      port:p5-devel-ppport \
                      port:p5-test-requires
