You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
69 lines
3.2 KiB
Tcl
69 lines
3.2 KiB
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 LWP-ConsoleLogger 1.000002 ../../authors/id/O/OA/OALDERS
|
|
revision 0
|
|
license Artistic-2
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description LWP::ConsoleLogger - LWP tracing and debugging
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 78333b64b1b77211fff336d94d236a1ced7f9c56 \
|
|
sha256 4e2ec56bd6647a48866d7a81e1434c740fe74484c987cae245724bd15bdceac6 \
|
|
size 47521
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-capture-tiny \
|
|
port:p${perl5.major}-html-formattext-withlinks \
|
|
port:p${perl5.major}-http-cookiejar \
|
|
port:p${perl5.major}-http-cookies \
|
|
port:p${perl5.major}-http-server-simple-psgi \
|
|
port:p${perl5.major}-ipc-run3 \
|
|
port:p${perl5.major}-log-dispatch-array \
|
|
port:p${perl5.major}-mojolicious \
|
|
port:p${perl5.major}-path-tiny \
|
|
port:p${perl5.major}-pithub \
|
|
port:p${perl5.major}-plack \
|
|
port:p${perl5.major}-plack-test-agent \
|
|
port:p${perl5.major}-test-fatal \
|
|
port:p${perl5.major}-test-lwp-useragent \
|
|
port:p${perl5.major}-test-needs \
|
|
port:p${perl5.major}-test-warnings \
|
|
port:p${perl5.major}-unicode-linebreak \
|
|
port:p${perl5.major}-www-mechanize
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-class-method-modifiers \
|
|
port:p${perl5.major}-data-printer \
|
|
port:p${perl5.major}-datetime \
|
|
port:p${perl5.major}-html-restrict \
|
|
port:p${perl5.major}-http-body \
|
|
port:p${perl5.major}-http-cookiemonster \
|
|
port:p${perl5.major}-http-message \
|
|
port:p${perl5.major}-json-maybexs \
|
|
port:p${perl5.major}-list-allutils \
|
|
port:p${perl5.major}-log-dispatch \
|
|
port:p${perl5.major}-libwww-perl \
|
|
port:p${perl5.major}-module-runtime \
|
|
port:p${perl5.major}-module-load-conditional \
|
|
port:p${perl5.major}-moo \
|
|
port:p${perl5.major}-moox-strictconstructor \
|
|
port:p${perl5.major}-parse-mime \
|
|
port:p${perl5.major}-ref-util \
|
|
port:p${perl5.major}-string-trim \
|
|
port:p${perl5.major}-sub-exporter \
|
|
port:p${perl5.major}-term-table \
|
|
port:p${perl5.major}-term-size-any \
|
|
port:p${perl5.major}-try-tiny \
|
|
port:p${perl5.major}-type-tiny \
|
|
port:p${perl5.major}-uri \
|
|
port:p${perl5.major}-xml-simple
|
|
}
|