# -*- 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
# $Id: Portfile 78212 2011-04-28 16:22:58Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      gsl 0.10
revision                        1
categories                      math science
platforms                       darwin
maintainers                     ryandesign
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                       sha1    e9f8df763468f0f22a5218cfe370066879da8e1a \
                                rmd160  59d4a68abcada43d5eb5e0cbfecf3934c1067453

depends_lib-append              port:gsl
