summaryrefslogtreecommitdiffstats
path: root/graphics/PerlMagick/README
diff options
context:
space:
mode:
author klaatu <klaatu@hackerpublicradio.org>2011-07-25 23:53:38 -0500
committer Niels Horn <niels.horn@slackbuilds.org>2011-08-11 20:28:35 -0300
commit8a89a445e006077b24965db58b4fe071d8f97f70 (patch)
tree9694d0d910cb0a8b46e8781c04c4ac1cae539b5d /graphics/PerlMagick/README
parentb5a9231bd1a378d3f6e736fee1dcb609a12349d5 (diff)
downloadslackbuilds-8a89a445e006077b24965db58b4fe071d8f97f70.tar.gz
slackbuilds-8a89a445e006077b24965db58b4fe071d8f97f70.tar.xz
graphics/PerlMagick: Added (Perl frontend to Image Magick)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/PerlMagick/README')
-rw-r--r--graphics/PerlMagick/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/PerlMagick/README b/graphics/PerlMagick/README
new file mode 100644
index 0000000000..15fa2f975f
--- /dev/null
+++ b/graphics/PerlMagick/README
@@ -0,0 +1,6 @@
+Image::Magick is an objected-oriented Perl interface to ImageMagick.
+Use it to read, manipulate, or write an image or image sequence from
+within a Perl script.
+
+Installing this via CPAN fails due to customizations needed in the
+Makefile; this SlackBuild script circumvents those issues.