# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup			Email-MessageID 1.400
revision            3
license				{Artistic-1 GPL}
maintainers			nomaintainer
description			Generate world unique message-ids
long_description	${description} 	
platforms			darwin

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

checksums           md5     2d809151ae4d6ce3d9aa798daa0fba5e \
                    sha1    1174329d8aaa6fd90afd70e272b88a2986238bc9 \
                    rmd160  f8871aa73b31a686e3403f86033b209e94751fdf

supported_archs noarch
}
