postgresql: fix rubocop warnings.

This commit is contained in:
Mike McQuaid 2017-05-28 17:57:08 +01:00
parent 6003560e5f
commit 79af61b3f8

View file

@ -15,14 +15,13 @@ class Postgresql < Formula
option "without-perl", "Build without Perl support"
option "without-tcl", "Build without Tcl support"
option "with-dtrace", "Build with DTrace support"
option "with-python", "Enable PL/Python2"
option "with-python3", "Enable PL/Python3 (incompatible with --with-python)"
deprecated_option "no-perl" => "without-perl"
deprecated_option "no-tcl" => "without-tcl"
deprecated_option "enable-dtrace" => "with-dtrace"
option "with-python", "Enable PL/Python2"
option "with-python3", "Enable PL/Python3 (incompatible with --with-python)"
depends_on "openssl"
depends_on "readline"