aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ip_relay.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/ip_relay.rb b/Library/Formula/ip_relay.rb
new file mode 100644
index 000000000..7f1422881
--- /dev/null
+++ b/Library/Formula/ip_relay.rb
@@ -0,0 +1,11 @@
+require 'formula'
+
+class IpRelay < Formula
+ homepage 'http://www.stewart.com.au/ip_relay/'
+ url 'http://www.stewart.com.au/ip_relay/ip_relay-0.71.tgz'
+ sha1 '6644476f6b154218c77053658537e45b56286248'
+
+ def install
+ bin.install "ip_relay.pl" => "ip_relay"
+ end
+end