# -*- 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.28 5.30 5.32 5.34
perl5.setup         Gtk2-Ex-FormFactory 0.67
license             GPL-2
maintainers         nomaintainer
description         Gtk2::Ex::FormFactory - Makes building complex GUI's easy
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  08f0f7cc579a27a9d3d0733c0e792af6d88619db \
                    sha256  576358725bb9df29b86a0f457c91355271ed3504520e857b869beafb41b56c8a

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-gtk2
    
    supported_archs noarch
}
