# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup     Mail-IMAPClient 3.19
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       md5 d24058432ad57dd3b1648bc516130552 \
                sha1 68d6fdf559fd2563cad0d2de46caf8a775b409c9 \
                rmd160 5812e3f63036579f9fddf2ea791cdaba88ca2e47
platforms       darwin

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
