# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup             Net-Ping-External 0.13
maintainers             blair openmaintainer

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.

use_zip                 yes
checksums               md5 83710568eb209598a04674b18986b049 \
                        sha1 aa6aae1b1cd33106ec2452376e848014ff6c61f8 \
                        rmd160 f74248cc7232c1b08d5ba9f7d5a70600d3a5f953
platforms               darwin

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