# $Id: Portfile 107380 2013-06-26 18:45:10Z mww@macports.org $

PortSystem          1.0

name                algol68g
version             2.7
categories          lang devel
platforms           darwin
license             GPL-3
maintainers         mww openmaintainer
description         Algol68 implementation as defined by the Revised Report
long_description \
    Algol68G is an implementation of Algol 68 as defined by the Revised \
    Report. It ranks among the most complete implementations of the language.

homepage            http://jmvdveer.home.xs4all.nl/algol.html
master_sites        http://jmvdveer.home.xs4all.nl/

checksums           rmd160  d52fe93c9ac81d57033f88c9de9a2c1694af72da \
                    sha256  ebcf029ae65ceafca87090cc470dd37f86ac0bdb1529cd4dd7a92454d224d325

depends_lib         port:gsl port:readline port:ncurses

configure.args      --disable-postgresql

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     algol68g-(\[0-9.\]+)${extract.suffix}

