# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         MooseX-Role-Strict 0.05
revision            2
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
license             {Artistic-1 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
}
