# -*- 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
PortGroup           github 1.0
PortGroup           makefile 1.0

github.setup        rossberg hamlet d7fd62616d5741ddf1832a22cd1f3fbf2d733d93
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             2021.06.16
revision            0
categories          lang
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             Restrictive
description         SML reference interpreter
long_description    {*}${description}
homepage            https://people.mpi-sws.org/~rossberg/hamlet
checksums           rmd160  ac98e59be1115ee30d6d80d4e8be8d8a5b49f237 \
                    sha256  5a1d13537ec12961c541f4daef387e16279147c704ae50fc129c89a0ac6e7931 \
                    size    371692

depends_build-append \
                    port:smlnj

build.target        with-smlnj

destroot.args       INSTALLDIR=${destroot}${prefix}/libexec/${name}
destroot.target     install
