homebrew-core/Formula/maatkit.rb
Adam Vandenberg a5cf1e40f4 maatkit 7540
2011-08-24 09:48:01 -07:00

14 lines
338 B
Ruby

require 'formula'
class Maatkit < Formula
url 'http://maatkit.googlecode.com/files/maatkit-7540.tar.gz'
homepage 'http://code.google.com/p/maatkit/'
sha1 '206f50a29ad7bf6a37e24b8e72a12331895b60aa'
depends_on 'DBD::mysql' => :perl
def install
system "perl Makefile.PL PREFIX=#{prefix}"
system "make install"
end
end