# -*- 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         PDL-GSL 2.101 ../../authors/id/E/ET/ETJ
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         PDL::GSL - PDL interface to the GNU Scientific Library
long_description    {*}${description}

checksums           rmd160  299c8c08d9eeadcee989fa30e5218ef2ff36ddf3 \
                    sha256  ba6e6a74f22ba3ccbae061cea3c2ac0245c02c461ed09267c1e01360e6d014ed \
                    size    83417

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:gsl \
                    port:p${perl5.major}-pdl
}
