# -*- 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         Alien-Gimp 0.10
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Alien::Gimp - Encapsulate install info for GIMP
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  973340104605aff786712ba5a5fe5d43442f5a50 \
                    sha256  715fc20fd4cc26e3f283edade26e15a5eccb598c346d3733308e2a6e66edfd05 \
                    size    3344

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-extutils-depends \
                    port:p${perl5.major}-extutils-pkgconfig \
                    port:p${perl5.major}-inline \
                    port:p${perl5.major}-inline-c \
                    port:p${perl5.major}-io-all

    depends_lib-append \
                    path:lib/libgimpbase-2.0.dylib:gimp2

    supported_archs noarch
}
