Redact rats.

Redirects to http://www.hpenterprisesecurity.com/
This commit is contained in:
Adam Vandenberg 2012-09-03 14:17:39 -07:00
parent 040aef5d75
commit 899b38d593

View file

@ -1,13 +0,0 @@
require 'formula'
class Rats < Formula
url 'https://www.fortify.com/downloads2/public/rats-2.3.tar.gz'
homepage 'http://www.fortify.com/security-resources/rats.jsp'
md5 '339ebe60fc61789808a457f6f967d226'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end