blob: 2d4b30d0912b9d0339f7399e67d9dac60a471ab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require 'formula'
class Perforce <Formula
url 'http://filehost.perforce.com/perforce/r10.1/bin.darwin80u/p4'
homepage 'http://www.perforce.com/'
md5 '4170d202a4bda079e334c7dc5c37c417'
version '2010.1.251161'
def install
bin.install 'p4'
end
end
|