diff options
| author | Jose Diaz-Gonzalez | 2012-03-15 03:03:29 -0400 |
|---|---|---|
| committer | Max Howell | 2012-03-16 22:43:06 +0000 |
| commit | 6ee85cdc7759e326b53dcb969b60eb0d7da5dc35 (patch) | |
| tree | 39ce9ce9267f85898a6aa36ab280c0a4c959b518 /Library/Formula/phpmyadmin.rb | |
| parent | 6ec0503f3356485bf5a8991d3eba0de0ca2fa7b6 (diff) | |
| download | homebrew-6ee85cdc7759e326b53dcb969b60eb0d7da5dc35.tar.bz2 | |
Remove PHP formula from homebrew.
Refs #10673. Closes #10957.
Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'Library/Formula/phpmyadmin.rb')
| -rw-r--r-- | Library/Formula/phpmyadmin.rb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Library/Formula/phpmyadmin.rb b/Library/Formula/phpmyadmin.rb deleted file mode 100644 index d4c7a6f6e..000000000 --- a/Library/Formula/phpmyadmin.rb +++ /dev/null @@ -1,33 +0,0 @@ -require 'formula' - -class Phpmyadmin < Formula - homepage 'http://www.phpmyadmin.net/documentation' - url 'http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.4.7/phpMyAdmin-3.4.7-all-languages.tar.gz' - md5 'b422d003ed6239bc9f96c02af6c66405' - - depends_on 'mcrypt-php' - - def install - (share+'phpmyadmin').install Dir['*'] - end - - def caveats; <<-EOS.undent - Note that this formula will NOT install mysql. It is not - required since you might want to get connected to a remote - database server. - - Webserver configuration example (add this at the end of - your /etc/apache2/httpd.conf for instance) : - Alias /phpmyadmin #{HOMEBREW_PREFIX}/share/phpmyadmin - <Directory #{HOMEBREW_PREFIX}/share/phpmyadmin/> - Options Indexes FollowSymLinks MultiViews - AllowOverride All - Order allow,deny - Allow from all - </Directory> - Then, open http://localhost/phpmyadmin - - More documentation : file://#{share}/phpmyadmin/Documentation.html - EOS - end -end |
