aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorShaun Jackman2014-10-23 20:41:05 -0700
committerJack Nagel2014-10-24 01:06:10 -0500
commitacff36553605bfcd512e853343e2f65d5ccabe82 (patch)
treec9ff1bcd4f7dde2c8149bfda578a1943c9e5da1e /Library/Formula
parentffa52f3fbb24c2331cb5e4c457667b116cf2a91c (diff)
downloadhomebrew-acff36553605bfcd512e853343e2f65d5ccabe82.tar.bz2
perl 5.20.1: Add keg_only :provided_by_osx
Closes #33537. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/perl.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/perl.rb b/Library/Formula/perl.rb
index 278000306..85460738b 100644
--- a/Library/Formula/perl.rb
+++ b/Library/Formula/perl.rb
@@ -14,7 +14,8 @@ class Perl < Formula
sha1 "3b76970b4fef0112a441473aaaceb817c05ed333" => :lion
end
- keg_only "OS X ships Perl and overriding that can cause unintended issues"
+ keg_only :provided_by_osx,
+ "OS X ships Perl and overriding that can cause unintended issues"
option "with-dtrace", "Build with DTrace probes"
option "with-tests", "Build and run the test suite"