# -*- 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-cipher
github.setup        joy-framework cipher 56e3770f3324f5c58073afbb85ecb103bab8f9f8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20210427
revision            0
categories          janet devel
license             MIT
maintainers         {@tsujp wz.ht:jc+macports} openmaintainer
platforms           any
supported_archs     noarch
description         Hash passwords and encrypt strings with janet
long_description    {*}${description}

checksums           rmd160  cb1babeb3d799c12c4a74829c92de00acb584e9c \
                    sha256  6ca0dc8eb327cd2fb7b16e105899094627fb3ced179e7e0926e60c89d95584bb \
                    size    2590

depends_lib-append  port:janet-jhydro
