# -*- 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         Net-Ping-External 0.15
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         Cross-platform interface to ICMP 'ping' utilities
long_description    Net::Ping::External is a module which interfaces \
                    with the 'ping' command on many systems.  It \
                    presently provides a single function, 'ping()', \
                    that takes in a hostname and (optionally) a timeout \
                    and returns true if the host is alive, and false \
                    otherwise.  Unless you have the ability (and \
                    willingness) to run your scripts as the superuser \
                    on your system, this module will probably provide \
                    more accurate results than Net::Ping will.

platforms           {darwin any}

checksums           rmd160  cc10a4b7264d880954f96c8838533b2cd8a3134e \
                    sha256  aad917fc678e774670b2b94072fd368d97fc09537f2cc802ea2b51398dec04fb

supported_archs     noarch
