# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               IMAP-BodyStructure 1.01
revision                  3
maintainers               nomaintainer
description               IMAP4-compatible BODYSTRUCTURE and ENVELOPE parser
long_description          An IMAP4-compatible IMAP server MUST include a full \
                          MIME-parser which parses the messages inside IMAP \
                          mailboxes and is accessible via BODYSTRUCTURE fetch \
                          item. This module provides a Perl interface to \
                          parse the output of IMAP4 MIME-parser.

platforms                 darwin

checksums                 md5 06e572e491bfbef5ec6ec5dcba490aa7

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-test-nowarnings

perl5.use_module_build
}
