diff options
| author | Adam Vandenberg | 2014-05-17 13:07:51 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-17 13:07:54 -0700 |
| commit | 04b3aa11ed3846e2262d89b0c228a2e63edf74ab (patch) | |
| tree | 132d7629630066b8f2420d541486364a45395b35 /Library/Formula | |
| parent | 4246a45c6cf911aa70cf14eb869146b190523115 (diff) | |
| download | homebrew-04b3aa11ed3846e2262d89b0c228a2e63edf74ab.tar.bz2 | |
remove Term::ReadKey dependencies
This perl module has been available on OS X as far back as 10.5.
Closes #29347.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cadubi.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/innotop.rb | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/cadubi.rb b/Library/Formula/cadubi.rb index a40474411..3f8b6f621 100644 --- a/Library/Formula/cadubi.rb +++ b/Library/Formula/cadubi.rb @@ -5,8 +5,6 @@ class Cadubi < Formula url 'http://langworth.com/pub/cadubi-1.3.tar.gz' sha1 '3071b6ce1fce911f37eae3e01bef932d3cfb11d8' - depends_on 'Term::ReadKey' => :perl - def install inreplace 'cadubi', '$Bin/help.txt', "#{doc}/help.txt" bin.install 'cadubi' diff --git a/Library/Formula/innotop.rb b/Library/Formula/innotop.rb index b3fd2654a..1e471e38e 100644 --- a/Library/Formula/innotop.rb +++ b/Library/Formula/innotop.rb @@ -6,7 +6,6 @@ class Innotop < Formula sha1 '6b0b5f492e7188152727f6c157043be180ba516a' depends_on 'DBD::mysql' => :perl - depends_on 'Term::ReadKey' => :perl def install system "perl", "Makefile.PL", "PREFIX=#{prefix}" |
