# -*- 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                       pure 1.0

pure.setup                      pure-gsl 0.12
revision                        2
categories-append               math science
platforms                       darwin
maintainers                     {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
license                         GPL-3+

description                     a wrapper to call GNU Scientific Library \
                                functions from Pure

long_description                ${name} aims to provide a complete wrapper \
                                for the GNU Scientific Library which provides \
                                a wide range of mathematical routines useful \
                                for scientific programming, number crunching \
                                and signal processing applications.

checksums                       rmd160  e9233fd5093caed7a10daa5b4645c13ce7f78a12 \
                                sha256  06bdd873d5417d90ca35093056a060b77365123ed24c3ac583cd3922d4c78a75

depends_build-append            port:pkgconfig

depends_lib-append              port:gsl
