https://github.com/davea/homebrew-perlmagick
For people who miss `brew install imagemagick --with-perl`
https://github.com/davea/homebrew-perlmagick
homebrew imagemagick perl perlmagick
Last synced: 8 months ago
JSON representation
For people who miss `brew install imagemagick --with-perl`
- Host: GitHub
- URL: https://github.com/davea/homebrew-perlmagick
- Owner: davea
- Created: 2019-03-06T13:08:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T09:10:14.000Z (about 1 year ago)
- Last Synced: 2025-07-05T16:52:20.519Z (11 months ago)
- Topics: homebrew, imagemagick, perl, perlmagick
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-perlmagick
Homebrew [removed Perl support](https://github.com/Homebrew/homebrew-core/commit/f53609a6c42ddf2d27611eb02920e77452cd0ccb) from their `imagemagick` formula.
This tap provides a new `perlmagick` formula that builds Imagemagick with Perl support again.
## Usage
```bash
$ brew tap davea/perlmagick
$ brew install perlmagick
```
## Caveats
- No bottles, so expect a wait whilst it builds (just like before when using the `--with-perl` option)
- This is likely to only be sporadically updated so don't rely on it to be up to date with any security issues.