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

github.setup        micans zoem 21-341
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
checksums           rmd160  feb4f461ee705ea7aa39f403dbe5278c13624db2 \
                    sha256  370efc7f999572888f4e722cbff40efba395a5435f192e734e7ff87810a68768 \
                    size    398479

categories          lang
maintainers         {ryandesign @ryandesign} openmaintainer
license             GPL-3+

description         a macro/programming language with stacks

long_description    ${name} is {*}${description}. ${name} has stacks, \
                    arithmetic environment, delayed evaluation, \
                    inside-out evaluation, and a lot more features to \
                    allow abstraction, encapsulation and (lexical) \
                    scoping, as well as syntactic sugar to facilitate \
                    HTML production.

homepage            https://micans.org/zoem/
master_sites        ${homepage}src/

# Static library.
depends_build       port:cimfomfa

depends_lib         port:readline

configure.args      --with-readline=${prefix}
