mytop: remove redundant comment

This commit is contained in:
Adam Vandenberg 2012-02-10 21:15:22 -08:00
parent 1eecb6b793
commit 5eb06f3182

View file

@ -1,14 +1,13 @@
require 'formula'
class Mytop < Formula
url 'http://jeremy.zawodny.com/mysql/mytop/mytop-1.6.tar.gz'
homepage 'http://jeremy.zawodny.com/mysql/mytop/'
url 'http://jeremy.zawodny.com/mysql/mytop/mytop-1.6.tar.gz'
md5 '4127c3e486eb664fed60f40849372a9f'
depends_on 'DBD::mysql' => :perl
def install
# needs DBD:mysql
system "perl Makefile.PL PREFIX=#{prefix}"
system "make test install"
end