# -*- 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-bundler
github.setup        joy-framework bundler 23785e59c468d39973dfc9a2aeee8e1b135f15fd
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
# from project.janet
version             0.1.0
revision            0
categories          janet devel
license             MIT
maintainers         {@tsujp wz.ht:jc+macports} openmaintainer
platforms           any
supported_archs     noarch
description         A very simple css and js bundler for janet
long_description    {*}${description}

checksums           rmd160  fd7ea7ec29852b9cb16e778d9aeae4ffb5ae9377 \
                    sha256  aeea6442314562f6ee9136d16c17266064bf49b2af95851d271070242ac79b62 \
                    size    1861

depends_lib-append  port:janet-path \
                    port:janet-tester
