# -*- 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         OpenGL-GLFW 0.0403
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         OpenGL::GLFW - Perl bindings for the GLFW library
long_description    {*}${description}

checksums           rmd160  540ab7a8fba4197ee303e8a325c06b41aa2c39c8 \
                    sha256  a426e82662541c2188ecee55de1ca56cd890a441baa99ddf33f145e1e34d2a05 \
                    size    145586

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-opengl-modern

    depends_lib-append \
                    port:glfw
}
