require 'formula' class Parrot :optional depends_on 'icu4c' => :optional depends_on 'pcre' => :optional def install system "perl", "Configure.pl", "--prefix=#{prefix}", "--debugging=0", "--cc=#{ENV.cc}" system "make" system "make install" end end