# -*- 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 99611 2012-11-11 23:41:25Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Module-Implementation 0.06
platforms           darwin
maintainers         nomaintainer
license             Artistic-2
supported_archs     noarch

description         Module::Implementation (no description available)

long_description    ${description}

checksums           rmd160  f936fcdc9586abd76ec0d902a1c2152595f6517b \
                    sha256  da3b78025ab82b04c042e7cc1fdefc3af225ca90865c215d4d8bcf3bbf54186d

if {${perl5.major} != ""} {
    depends_build-append    port:p${perl5.major}-test-requires \
                            port:p${perl5.major}-test-fatal
    
    depends_lib-append      port:p${perl5.major}-try-tiny \
                            port:p${perl5.major}-module-runtime
}
