# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 105415 2013-04-19 22:14:43Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Moose-Autobox 0.13 ../by-authors/id/R/RJ/RJBS/

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         Autoboxed wrappers for Native Perl datatypes
long_description    Moose::Autobox provides an implementation of \
                    SCALAR, ARRAY, HASH & CODE for use with autobox.

checksums           rmd160  f3ff3969d84b940b28efe5470703089420594cee \
                    sha256  3474b3e6dfe099fcca34089375ace6612cca35d4d8f9a0b8b4e48fbf88541b21

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
}
