2010-01-17 01:13:10 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Httping < Formula
|
2010-01-17 01:13:10 +00:00
|
|
|
url 'http://www.vanheusden.com/httping/httping-1.4.1.tgz'
|
|
|
|
homepage 'http://www.vanheusden.com/httping/'
|
|
|
|
md5 'bde1ff3c01343d2371d8f34fbf8a1d9a'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make install PREFIX=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|