# -*- 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.26 5.28 5.30
perl5.setup         Alien-Gnuplot 1.033
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Alien::Gnuplot - Find and verify functionality of the gnuplot executable.
long_description    ${description}

platforms           darwin

checksums           rmd160  28aae7abcf363241daa2feb45d2e1c472163171c \
                    sha256  85d97835cee8538bfdf1d9e9a2cc9d6d7eb7daa475739a1c48b71315f7aee9db

if {${perl5.major} != ""} {
# use Time::HiRes 1.9739+ for Sierra compatibility
    depends_lib-append \
                    port:gnuplot \
                    port:p${perl5.major}-http-tiny \
                    port:p${perl5.major}-time-hires

    supported_archs noarch
}