# -*- 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 106275 2013-05-21 00:55:40Z larryv@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Log-Dispatch 2.39
platforms           darwin
maintainers         di.uminho.pt:jpo openmaintainer
license             Artistic-2
supported_archs     noarch

description         Dispatches messages to one or more outputs

long_description    ${description}

checksums           rmd160 15c33fb44006974076bf11b3015ec0dfae5c1f0b \
                    sha256 682dceea826b6a83eb29106140af29044ebe96897d7ea12988c6300bd4b722ae

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-class-load \
                    port:p${perl5.major}-params-validate \
                    port:p${perl5.major}-test-simple
}
