# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Gtk3 0.029 ../by-authors/id/X/XA/XAOC platforms darwin maintainers devans openmaintainer license LGPL-2.1+ description Perl interface to the 3.x series of the gtk+ toolkit long_description This module provides Perl bindings to the 3.x series of the gtk+ toolkit. \ It 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. checksums rmd160 9b11d63bb06d0cd53259b1a9afa13e443cdf3927 \ sha256 083344982c028d50713638b4e4a1831f0db5c2e3094966613eeb9f07bc366398 if {${perl5.major} != ""} { depends_lib-append \ port:gnome-themes-standard \ port:gtk3 \ port:p${perl5.major}-cairo-gobject \ port:p${perl5.major}-glib-object-introspection }