# -*- 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-Parameterized 0.26
revision            1
platforms           darwin
maintainers         l2g openmaintainer
license             Artistic GPL
supported_archs     noarch

description         MooseX::Role::Parameterized - roles with composition parameters

long_description    ${description}

checksums           sha1    e7502fd0e5b3605dced572c95ad77a5ed377ec03 \
                    rmd160  fe4a94c0e32f74fc6c98ab31caa14a6312c934c5

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