# $Id: Portfile 92939 2012-05-11 14:43:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Mouse 0.97 ../by-authors/id/G/GF/GFUJI/
license               {Artistic-1 GPL}
maintainers           nomaintainer
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             rmd160  4be9e12a2c860098131989ef0ee52da131a940c1 \
                      sha256  dfb1f3abbc46e7646a685efa4e5804c4cf9772eb807ac6abf8f1d1529b57b97a

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-test-simple \
                      port:p${perl5.major}-extutils-parsexs \
                      port:p${perl5.major}-devel-ppport
}
