# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Any-Moose 0.12 ../by-authors/id/S/SA/SARTAK/
maintainers           narf_tm openmaintainer
description           use Moose or Mouse modules
long_description      ${description}

platforms             darwin

checksums             md5 b60d6340b43ad1c41b65029a7e851197 \
                      sha1 1cbdd05adb59bc3e356f4e2a9b2702ab96d9cca3 \
                      rmd160 e6500be2a460276e366b1f9c1672bd621f368ef3

depends_lib-append    port:p5-mouse

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
