# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.26 5.28 5.30
perl5.setup         Gnome2 1.047
license             LGPL-2.1+
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

checksums           rmd160  1abf38eb39e8f287fdd029f17a4173ed31d61547 \
                    sha256  ccc85c5dc3c14f915ed1a186d238681d83fef3d17eed1c20001499ff56b6390c

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:libgnome \
                    port:libgnomeui \
                    port:p${perl5.major}-extutils-depends \
                    port:p${perl5.major}-extutils-pkgconfig \
                    port:p${perl5.major}-glib \
                    port:p${perl5.major}-gtk2 \
                    port:p${perl5.major}-gnome2-canvas \
                    port:p${perl5.major}-gnome2-vfs
}