blob: 914f0ecbd08e104f0af10fe68951ff795841f542 (
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 '9099ad567f43cc7bb0821492a1eb3fe6'
  version '2011.1.409024'
  def install
    bin.install 'p4d'
  end
end
  |