# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Moose-Autobox 0.11 ../by-authors/id/R/RJ/RJBS/
revision              2
maintainers           nomaintainer
description           Autoboxed wrappers for Native Perl datatypes
long_description      Moose::Autobox provides an implementation of \
                      SCALAR, ARRAY, HASH & CODE for use with autobox.

platforms             darwin

checksums             md5 9d2e237c2cbe7e2cfe3afe8f0bbf75e7 \
                      sha1 880fa40c9b66b85d4cd0c6ee9636027eab4b22c3 \
                      rmd160 9ea17b34237a5b328ab2a71076e401a6931faf1e

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-test-exception \
                      port:p${perl5.major}-moose \
                      port:p${perl5.major}-perl6-junction \
                      port:p${perl5.major}-autobox \
                      port:p${perl5.major}-test-simple
}
