# $Id: Portfile 49587 2009-04-13 01:44:40Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Cairo 1.061
maintainers			nomaintainer
description			Perl bindings to the cairo library
long_description \
	Perl bindings to the 2.x series of the Gtk+ graphical user interface \
	library.  This module allows you to write graphical user interfaces in \
	a perlish and object-oriented way, freeing you from the casting and \
	memory management in C, yet remaining very close in spirit to original \
	API.

platforms			darwin

homepage			http://gtk2-perl.sourceforge.net/
master_sites		sourceforge:gtk2-perl

checksums			md5     08cd5e847f61858651fc4de769066e88 \
					sha1    534500b85935a0fbfaeff76b4ff04067021cd8c7 \
					rmd160  eeed3fc830276a794b145ab9da2770e3cb856a65

depends_lib		path:lib/pkgconfig/cairo.pc:cairo \
				port:p5-extutils-depends \
				port:p5-extutils-pkgconfig \
				port:p5-glib
