2010-08-22 18:07:06 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Cpanminus < Formula
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/miyagawa/cpanminus.git'
|
2010-11-10 18:16:28 +00:00
|
|
|
homepage 'https://github.com/miyagawa/cpanminus'
|
2010-08-22 18:07:06 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install ['cpanm']
|
|
|
|
end
|
|
|
|
end
|