# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Log-Log4perl 1.28
maintainers         narf_tm openmaintainer
description         Log4j implementation for Perl
long_description    Log::Log4perl lets you remote-control and fine-tune the \
                    logging behaviour of your system from the outside. \
                    It implements the widely popular (Java-based) Log4j \
                    logging package in pure Perl.

platforms           darwin

checksums           md5 79e76be178ac409428e6438135134076 \
                    sha1 5d0bf5627919dce0df8ec4a1be179e5819906d17 \
                    rmd160 20d89f32b52e7685a016a644f8af90b33f859a41

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
