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

platforms           darwin

checksums           rmd160  bfad512ecfcf32266f9326c9a5a472023438a7e2 \
                    sha256  b689fe2fa8c890abcfe1a257916a8bedd0806b7c295f1ac70be7b284e31598f3 \
                    size    239211

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
}
