mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
Tcl
# -*- 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 nomaintainer
|
|
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
|