# $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Email-Valid 0.184
revision              2
license               {Artistic GPL}
maintainers           nomaintainer
description           Check validity of Internet email addresses
long_description      This module determines whether an email address is \
                      well-formed, and optionally, whether a mail host \
                      exists for the domain.

platforms             darwin

checksums             sha1    a6a5810393f34bb9fdcb0afb1c91bc975666ac99 \
                      rmd160  b78d58f96c1b063c3adf6681827cb986478f0aaf

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

supported_archs noarch
}
