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

github.setup        hraban metatilities-base ef04337759972fd622c9b27b53149f3d594a841f
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

# NOTE: repository was moved from github user gwkkwg to hraban,
# and github produces archive which contains user name inside
# => checksums are miss match with distfiles, until any commit is made
master_sites        macports_distfiles

name                cl-metatilities-base
version             20191219
revision            0

checksums           rmd160  784ea5cbb94ce7885b69d1bc62feb598a364db82 \
                    sha256  1d434de91e437ce64b90d44e9e7abe2a4a4e1cc344d2d960133491f1ff5c34e3 \
                    size    72046

categories-append   devel
maintainers         nomaintainer
license             MIT

description         These are metabang.com's Common Lisp basic utilities

long_description    {*}${description}

depends_lib-append  port:cl-lift
