a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20439 2006-11-03 02:54:04Z jberry@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup net-pingsimple 0.3.0 basic_install.rb {README doc} \
sourceforge:ruby-netutils
revision 1
maintainers nomaintainer@macports.org
description A simple Ruby interface to the 'ping' command
long_description Wrapper for ping (TCP, UDP, External)
categories-append net
checksums md5 2e127b0fb138ffab7da41abbf9dcda41
platforms darwin
post-patch {
reinplace "s/bsd/&|darwin/" ${worksrcpath}/net/pingsimple.rb
}
test.run yes
test.cmd ${ruby.bin} test/test.rb