aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perforce-server.rb
blob: 37226a114aca1d0f51113d36fb5e657e0e16b667 (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.1/bin.darwin80u/p4d'
  homepage 'http://www.perforce.com/'
  md5 '27660df45ac5008891e17868063de6b7'
  version '2010.1.278506'

  def install
    bin.install 'p4d'
  end
end