# -*- 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 82e13df0545d0e47ae535ea35c5c99dd3a44e69e
# 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
version                 20170330
revision                1

checksums               rmd160  338451d9668a04559b682a09fb4c130989c60a41 \
                        sha256  9c0eb7e15e0871f103bd8c2e179d722758dd7933a123f23add3e88a3c4c0fd75 \
                        size    196186

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-containers \
                        port:cl-metatilities-base \
                        port:cl-metabang-bind \
                        port:cl-moptilities \
                        port:cl-lift
