homebrew-core/Formula/perforce.rb
Robert Shaw 2d62439fb3 perforce v2011.1/393975
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-12 20:29:05 -08:00

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