# $Id: Portfile 114185 2013-12-01 13:23:34Z mww@macports.org $

PortSystem          1.0

name                algol68g
version             2.8
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  b39ebb5f3813e1150b37e707213860af8e999b80 \
                    sha256  0c6fc7213f5a00f978faef2d09622d2c3ee01c87594dd6f5c51cd532b719861a

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}

