# -*- 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        cbaggers trivial-macroexpand-all 933270ac7107477de1bc92c1fd641fe646a7a8a9
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-trivial-macroexpand-all
version             20171020
revision            0

checksums           rmd160  0340b55c6faea706099980f14909b7e90561eac3 \
                    sha256  dc1eb5736ef8693cc92f2d3b364343faa1778e0fb0b81f58467d71b7e0eaf6de \
                    size    1998

categories-append   devel
maintainers         nomaintainer
# The Unlicense
license             public-domain

description         Call each implementation's macroexpand-all equivalent

long_description    {*}${description}