You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
991 B
Tcl
29 lines
991 B
Tcl
# -*- 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-Dispatch-Array 1.005
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Log::Dispatch::Array - log events to an array (reference)
|
|
long_description ${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 cf4f9c82d925bf252cf53af813b9bbfd6efd5f39 \
|
|
sha256 311640b7a967f8dd7c9bb41a227073565636d70df4fcc1d44fed8a8223b347ca \
|
|
size 16080
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-extutils-makemaker \
|
|
port:p${perl5.major}-test-deep
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-log-dispatch
|
|
}
|