2d62439fb3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
12 lines
264 B
Ruby
12 lines
264 B
Ruby
require 'formula'
|
|
|
|
class Perforce < Formula
|
|
url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4'
|
|
homepage 'http://www.perforce.com/'
|
|
md5 '36b710330cc3f6ba4b75962b2a02302a'
|
|
version '2011.1.393975'
|
|
|
|
def install
|
|
bin.install 'p4'
|
|
end
|
|
end
|