# -*- 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-FFTW3 0.203
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         PDL::FFTW3 - PDL interface to the Fastest Fourier Transform in the West v3
long_description    {*}${description}

checksums           rmd160  05e71e7da1410aa572357b869c125ce3b08648bc \
                    sha256  91635d7c68e418c9f9f3539a73d705477d2cdc42f5b2016a2d7ee7b5f32257aa \
                    size    38569

if {${perl5.major} != ""} {
# Alien::FFTW3 has gone AWOL from CPAN/MetaCPAN so don't depend on it
# PDL::FFTW3 can use pkg-config just as well
    depends_build-append \
                    port:p${perl5.major}-ipc-run \
                    port:p${perl5.major}-test-simple \
                    port:pkgconfig

    depends_lib-append \
                    port:p${perl5.major}-pdl \
                    port:fftw-3 \
                    port:fftw-3-single
}
