# -*- 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: Portfile 119048 2014-04-15 20:37:02Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup         Email-MIME 1.926
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Easy MIME message parsing
long_description    ${description}

platforms           darwin
supported_archs     noarch

checksums           rmd160 be1efef2375dadc89b6e96c6040666610cc4952d \
                    sha256 458b8dd539827a671352f4e9c759322e74e630b8e934fc942dbc06525a7d01a2

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-email-mime-contenttype \
                        port:p${perl5.major}-email-mime-encodings \
                        port:p${perl5.major}-email-messageid \
                        port:p${perl5.major}-email-simple \
                        port:p${perl5.major}-mime-types \
                        port:p${perl5.major}-email-address
}
