# -*- 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 119045 2014-04-15 20:25:12Z 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-Simple 2.203
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         simple parsing of RFC2822 message format and headers
long_description    ${description}
platforms           darwin

checksums           sha256 a528d7531ff773e80d79e0d30b1845ee453561c5f060623397a609e315baeb43 \
                    rmd160 7ef6a00ea9a30bee4724a848c04d1beaca3303c9

supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-email-date-format
}
