pulledpork 0.6.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
David Turnbull 2011-10-25 08:59:35 +11:00 committed by Adam Vandenberg
parent 1706d0459c
commit f9205abf48

16
Formula/pulledpork.rb Normal file
View file

@ -0,0 +1,16 @@
require 'formula'
class Pulledpork < Formula
homepage 'http://code.google.com/p/pulledpork/'
url 'http://pulledpork.googlecode.com/files/pulledpork-0.6.1.tar.gz'
md5 'a35c5c89d1f631ade1a2cd4e5c3a8778'
depends_on 'Switch' => :perl
depends_on 'Crypt::SSLeay' => :perl
def install
bin.install 'pulledpork.pl'
doc.install Dir['doc/*']
etc.install Dir['etc/*']
end
end