# -*- 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 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         MooseX-Role-Strict 0.05
revision            1
platforms           darwin
maintainers         l2g openmaintainer
license             Artistic GPL

description         MooseX::Role::Strict - use strict \'roles\'

long_description    WARNING: this is ALPHA code. More features to be added \
                    later. \
                    \
                    \n\When using Moose::Role, a class which provides a \
                    method a role provides will silently override that \
                    method. This can cause strange, hard-to-debug errors \
                    when the role\'s methods are not called. Simple use \
                    MooseX::Role::Strict instead of Moose::Role and \
                    overriding a role\'s method becomes a composition-time \
                    failure.

checksums           sha1    73e71b35eb6d083ed5087f7aeedfc7d85afb1324 \
                    rmd160  3a39d21d66e5669daf14a98f3bc62531ee1c5567

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-moose

perl5.use_module_build
}
