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

name                janet-musty
github.setup        pyrmont musty 1d5b431c49ae5cb3a3a53af3698b23615d5aae48
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20210905
revision            0
categories          janet devel
license             MIT
maintainers         {@tsujp wz.ht:jc+macports} openmaintainer
platforms           any
supported_archs     noarch
description         an incomplete Mustache implementation in Janet
long_description    Musty is {*}${description}.

checksums           rmd160  d2b9edefa9e607f50e4f0b570f22d1fb8175cdbf \
                    sha256  bb9f219a6eba3f171aa9d0d8f7e5e8cc23a96a520cb8554ecb0ddbbdee7d8a4f \
                    size    7197

depends_lib-append  port:janet-spork \
                    port:janet-testament
