# -*- 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
# $Id$

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         Mail-IMAPClient 3.35
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         Perl 5 module to talk to an IMAP server.
long_description    This module provides perl routines that simplify a sockets \
                    connection to and an IMAP conversation with an IMAP server.

checksums           rmd160  fd08d2ef3542c79e819e9ad199843ffa85025d7b \
                    sha256  8a4503833ce87d980be2d54603d94de4b365c2369eab19b095216506ce40f663

platforms           darwin
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-parse-recdescent
}