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

class Perforce <Formula
  url 'http://filehost.perforce.com/perforce/r09.2/bin.macosx104u/p4'
  homepage 'http://www.perforce.com/'
  md5 'eac64239d766407012e4ea9ddd5c6e6e'
  version '2009.2.238357'
  
  aka 'p4'

  def install
    bin.install 'p4'
  end
end