# $Id: Portfile 83649 2011-09-08 18:34:33Z devans@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Gtk2 1.224 maintainers nomaintainer description Bindings to Gtk+ 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 license LGPL-2.1+ homepage http://gtk2-perl.sourceforge.net/ master_sites sourceforge:gtk2-perl checksums sha1 fb25550933f45330dc705d14b3e0637b1570e0fd \ rmd160 941ab80759831bc27eea3dc3ada46bb94a90fef3 if {${perl5.major} != ""} { depends_lib-append port:gtk2 \ port:p${perl5.major}-extutils-depends \ port:p${perl5.major}-extutils-pkgconfig \ port:p${perl5.major}-glib \ port:p${perl5.major}-cairo \ port:p${perl5.major}-pango }