From 5109e3402ca5303d200dfc0e9d5e4631d6a3cccc Mon Sep 17 00:00:00 2001 From: Andrew Kraut Date: Tue, 11 May 2010 13:02:00 -0600 Subject: Added forumla for lft (Layer Four Traceroute) Built a new formula for lft 3.1. Very simple, just download and make install. Signed-off-by: Adam Vandenberg --- Library/Formula/lft.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/lft.rb (limited to 'Library') diff --git a/Library/Formula/lft.rb b/Library/Formula/lft.rb new file mode 100644 index 000000000..3dada675a --- /dev/null +++ b/Library/Formula/lft.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Lft