# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Email-Valid 1.204
revision            0
license             {Artistic-1 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 any}
supported_archs     noarch

checksums           rmd160  c84037a6b9004709739312ecfcfd7d47d9448463 \
                    sha256  1c37a9b1bc76304859572b150a82c26bd4f12ec63d2d0b76505ac392104cb47f \
                    size    35663

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-capture-tiny \
                    port:p${perl5.major}-mailtools \
                    port:p${perl5.major}-net-dns \
                    port:p${perl5.major}-net-domain-tld
}