blob: 1f048db009aedccb507000568c4f9907c31e4672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require 'formula'
class Perforce < Formula
url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4'
homepage 'http://www.perforce.com/'
md5 'a5af98fc860315aa35e606f912aa97ab'
version '2011.1.389946'
def install
bin.install 'p4'
end
end
|