aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perforce.rb
blob: 1d276271a1f200fb336e8773a8778228165c1060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Perforce <Formula
  @url='http://filehost.perforce.com/perforce/r09.1/bin.macosx104u/p4'
  @homepage='http://www.perforce.com/'
  @md5='460d7604a2126bd63d6e202238ec58ef'
  @version='2009.1.211694'

  def install
    bin.install 'p4'
  end
end