# -*- 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.203 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} checksums rmd160 e07461d898f35d3b22e3393487b5be34da866a5d \ sha256 2021bfbb1e2c279e5ebd84680e596f97344d429850b232267b76f49037522b93 \ size 35146 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-io-captureoutput \ port:p${perl5.major}-mailtools \ port:p${perl5.major}-net-dns \ port:p${perl5.major}-net-domain-tld supported_archs noarch }