# -*- 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         Font-FreeType 0.17 ../../authors/id/D/DM/DMOL
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Font::FreeType - read font files and render glyphs from Perl using FreeType2
long_description    {*}${description}

checksums           rmd160  db204d7d467b1f225a40c4353297dca30e2a31ee \
                    sha256  166d62ea59a5634ca2c389d20229d12cf446f95eef3b57c2ec90c6cb65b83978 \
                    size    240209

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-devel-checklib \
                    port:p${perl5.major}-file-which \
                    port:p${perl5.major}-test-warnings

    depends_lib-append \
                    port:freetype
}
