# -*- 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-Gnuplot 1.043
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Alien::Gnuplot - Find and verify functionality of the gnuplot executable.
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  4b86cd9edf7afbad55ebc9b35eef21d871f35040 \
                    sha256  95ba2efb72daad09b42120f5dcac2942bfa93128a81b3a02b405121922e6061d \
                    size    9861

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-exception \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:gnuplot \
                    port:p${perl5.major}-alien-build \
                    port:p${perl5.major}-file-which \
                    port:p${perl5.major}-http-tiny \
                    port:p${perl5.major}-time-hires
}