From 3eaa73a26d48502eea2ff313c00135c9bec7de3a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 16 Jun 2010 12:22:06 -0700 Subject: Subversion: enable perl bindings "brew install subversion --perl" will now also build new Perl bindings. Fixes #1526 --- Library/Formula/subversion.rb | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index a1b332e83..55fae9067 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -1,7 +1,8 @@ require 'formula' -def build_python?; ARGV.include? "--python"; end def build_java?; ARGV.include? "--java"; end +def build_perl?; ARGV.include? "--perl"; end +def build_python?; ARGV.include? "--python"; end def build_universal?; ARGV.include? '--universal'; end # On 10.5 we need newer versions of apr, neon etc. @@ -24,6 +25,7 @@ class Subversion