# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Email-Valid 1.196 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 checksums rmd160 cc4c6f0efd74b710691841ace0517743804a24ba \ sha256 75121ce25c1a530076b65a5942326d03bfcc5d15d480e8641b6a84a83bf54268 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 }