p5-perlmagick

p5-perlmagickをインストールしようとするとエラーが出る。

According to ticket #13234 [1], it sounds like you should use the
ImageMagick port with the +perl variant instead of the p5-perlmagick
port. Since it installed ImageMagick as a dependency, you'll have to
uninstall ImageMagick then reinstall it with +perl.

http://trac.macports.org/ticket/13234

こういうときは、ImageMagickの方を+perlでインストールするといいらしい。

$ port variants ImageMagick
ImageMagick has the variants:
	perl: Install PerlMagick
	no_x11: Disable support for X11
$ sudo port clean --all ImageMagick
$ sudo port install ImageMagick +perl +no_x11