# $Id: Portfile 76604 2011-03-02 01:49:46Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Mouse 0.89 ../by-authors/id/G/GF/GFUJI/
revision        1
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 5726db5bec7ea4d4d4cd85f08cc4efc4 \
                      sha1 4909f83d6d3e128a582fd9f7ac8923442b5a2f73 \
                      rmd160 fad3ec49c0673ef3208638aac9df88d77bcbf1b4

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