You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.3 KiB
Tcl
33 lines
1.3 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 Mail-Box-IMAP4 4.01 ../../authors/id/M/MA/MARKOV
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Mail::Box::IMAP4 - handle IMAP4 folders as client
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 428fd5236a33816ccde186e207c9f29b2af74f6c \
|
|
sha256 daf26d3c96e482c1ff1785a0478b543c555eef456e4e08b4c253cfeaa584e837 \
|
|
size 44384
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-digest-hmac \
|
|
port:p${perl5.major}-file-temp \
|
|
port:p${perl5.major}-io-socket-ip \
|
|
port:p${perl5.major}-log-report \
|
|
port:p${perl5.major}-mail-box \
|
|
port:p${perl5.major}-mail-imapclient \
|
|
port:p${perl5.major}-mail-message \
|
|
port:p${perl5.major}-mail-transport \
|
|
port:p${perl5.major}-timedate
|
|
}
|