# -*- 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 99614 2012-11-12 00:16:55Z 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-Runtime 0.013
revision            1
platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         Module::Runtime (no description available)

long_description    ${description}

checksums           rmd160  f31a4f89dd1ac1301b3e83667513524a0633b365 \
                    sha256  ec37e03d90dc905679dab62a82f42cf0897ed79244b87fd9d531438dc3c31023

if {${perl5.major} != ""} {
    depends_lib-append      port:p${perl5.major}-version \
                            port:p${perl5.major}-yaml
    
    perl5.use_module_build
}
