# $Id: Portfile 85611 2011-10-15 08:53:55Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Email-Simple 2.100
revision            1
license				{Artistic-1 GPL}
maintainers			nomaintainer
description			simple parsing of RFC2822 message format and headers
long_description	${description} 	
platforms			darwin

checksums           sha1    0c5d212246c5d75873fe7d0673fb9f78c2d59702 \
                    rmd160  3dd74acc94d26b9324acb35d43bd4552ae8d2a56

supported_archs noarch

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