aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perforce-server.rb
blob: dfa94b6e7abc0fbe11c88cd6efe069854dc11a6e (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