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

class PerforceServer < Formula
  url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4d'
  homepage 'http://www.perforce.com/'
  md5 '8ef3580d6e8d2575ae910eec002c8c55'
  version '2011.1.397313'

  def install
    bin.install 'p4d'
  end
end