# -*- 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 106048 2013-05-14 02:07:26Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           pure 1.0

pure.setup          glpk 0.3
revision            1
categories          math lang
platforms           darwin
maintainers         ryandesign
license             GPL-3+

description         an interface to the GNU Linear Programming Kit (GLPK) \
                    for the Pure programming language

long_description    ${name} provides ${description}.

checksums           rmd160  84fe695d3df21b562ec1f39623e1a6f71b2f30ef \
                    sha256  76d94925f5a4bd695afd24d854fd2846bda4d840756fa27ed5ea27c33f8bdc94

depends_lib-append  port:glpk

patchfiles          patch-Makefile.diff
