# $Id: Portfile 109297 2013-08-12 16:06:08Z jmr@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.branches            5.8 5.10 5.12 5.14 5.16
perl5.setup               IMAP-BodyStructure 1.01
revision                  4
license                   Artistic-1
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
supported_archs           noarch

checksums                 md5 06e572e491bfbef5ec6ec5dcba490aa7

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

perl5.use_module_build
}
