# $Id: Portfile 54077 2009-07-20 03:56:25Z blb@macports.org $
PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Image-Imlib2 2.02
maintainers			nomaintainer
description			Perl interface to the Imlib2 image library
long_description \
	Image::Imlib2 is a Perl port of Imlib2, a graphics library that \
	does image file loading and saving as well as manipulation, \
	arbitrary polygon support, etc. It does ALL of these operations \
	FAST. It allows you to create colour images using a large number \
	of graphics primitives, and output the images in a range of \
	formats. \
	Note that this is an early version of my attempt at a Perl \
	interface to Imlib2. Currently, the API is just to test things \
	out. Not everything is supported, but a great deal of \
	functionality already exists. If you think the API can be \
	tweaked to be a bit more intuitive, drop me a line! \

platforms			darwin

checksums           md5     61732eb6e37eeba2a7b4935677214bcf \
                    sha1    4dc0944efbb8ee4df86b1c86bfccefed0a8efb24 \
                    rmd160  b61a9db84270bb8818e328ea376b57c65017185a

depends_build-append    port:p5-module-build
depends_lib-append	port:imlib2
