# -*- 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

PortSystem          1.0

name                see
version             3.1.1424
revision            3
checksums           rmd160  e8c682e04ba63288fcf225a1581fc6896e010c9b \
                    sha256  04c58de4f56894f05ebb3b7c61b35e4090cd15710d42b3918f867eea50ab8f5c \
                    size    1015347

categories          lang
maintainers         nomaintainer

description         Simple ECMAScript Engine
long_description    The Simple ECMAScript Engine ('SEE') is a parser and \
                    runtime library for the popular ECMAScript language.
license             BSD

homepage            https://adaptive-enterprises.com/~d/software/see/

livecheck.regex     {see-(\d+(?:\.\d+)*)\.tar\.gz}
livecheck.type      regex
livecheck.url       ${homepage}

depends_lib         port:boehmgc

master_sites        ${homepage}

patchfiles          dynamic_lookup-11.patch \
                    implicit.patch

configure.args      --with-boehm-gc --without-pcre --without-readline
