# -*- 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 87280 2011-11-16 07:31:39Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           pure 1.0

pure.setup          glpk 0.2
revision            2
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}.

# 0.2 was stealth-updated 2011-10-20
dist_subdir         ${name}/${version}_1

checksums           rmd160  959da92dc921cddaee696eadd3818b24e0cc6d32 \
                    sha256  7c23b867601f3a22ca4185e92a3aab7cdb9edaa51a34637ae7c22522862680b2

depends_lib-append  port:glpk

patchfiles          patch-Makefile.diff
