# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Email-Valid 0.182
maintainers           narf_tm openmaintainer
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             md5 c350766bff1e73aff4fe7ac6c96acdb8 \
                      sha1 4c95190d4e37de0562c509d905be5aa92ab655ad \
                      rmd160 a4933071bbe61e0924129d69725d5c3cd3a2e768

depends_lib-append    port:p5-mailtools

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
