# -*- 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 87377 2011-11-19 01:52:50Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Log-Dispatch 2.29
platforms           darwin
maintainers         di.uminho.pt:jpo openmaintainer
license             Artistic-2.0
supported_archs     noarch

description         Dispatches messages to one or more outputs

long_description    ${description}

checksums           rmd160  3245f3c2f984a6f415a7c9c055918d8c50fc059d \
                    sha256  bb2312625d45bf4a0516caa4944842ad5d085386acbe900aacdbc08b2a1cfcf5

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