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

class PerforceServer < Formula
  url 'http://filehost.perforce.com/perforce/r10.2/bin.darwin90u/p4d'
  homepage 'http://www.perforce.com/'
  md5 '4603399cbbb0c128a24742ac7fcd14d9'
  version '2010.2.347035'

  def install
    bin.install 'p4d'
  end
end