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
description		A simple Ruby interface to the 'ping' command
long_description	Wrapper for ping (TCP, UDP, External)
categories-append	net
license			Ruby
checksums		md5 2e127b0fb138ffab7da41abbf9dcda41
platforms		{darwin any}
supported_archs	noarch

post-patch {
	reinplace "s/bsd/&|darwin/" ${worksrcpath}/net/pingsimple.rb
}

test.run		yes
test.cmd		${ruby.bin} test/test.rb
