# -*- 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 trivial-backtrace 7f90b4a4144775cca0728791e4b92ac2557b07a1
# 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-trivial-backtrace
version             20230111
revision            0

checksums           rmd160  24036f2493aa3a4bc2de7348f1bfcecc29b145ab \
                    sha256  52b1a8666ddfeb76911e5fa79093704f46eabcea9be4a44ef11ea50b0d82da27 \
                    size    9508

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Portable simple API to work with backtraces in Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-lift
