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

class Perforce < Formula
  url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4'
  homepage 'http://www.perforce.com/'
  md5 '36b710330cc3f6ba4b75962b2a02302a'
  version '2011.1.393975'

  def install
    bin.install 'p4'
  end
end