# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Log-Log4perl 1.55 maintainers {di.uminho.pt:jpo @jpoliv} openmaintainer license {Artistic-1 GPL} 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 supported_archs noarch checksums rmd160 20133a19e33578757f4283238d311d934883e593 \ sha256 c4f3caa1328fdc48595ccd0d1e16c40bd74af2547552370125b4b7e5eae1ff44 \ size 279990 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-dbd-csv \ port:p${perl5.major}-dbd-sqlite \ port:p${perl5.major}-dbi \ port:p${perl5.major}-log-dispatch \ port:p${perl5.major}-log-dispatch-filerotate \ port:p${perl5.major}-sql-statement \ port:p${perl5.major}-xml-dom }