# -*- 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            AccelerationNet symbol-munger e96558e8315b8eef3822be713354787b2348b25e
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
name                    cl-symbol-munger
version                 20220120
revision                0

checksums               rmd160  cdb9d0db7635298cb7da5985eba0154b84e795d1 \
                        sha256  2373995107e9698e150e3af4c621cc273d8924c2527c0bce98048a8f65a9af12 \
                        size    5274

categories-append       devel
maintainers             nomaintainer
license                 MIT

description             Common Lisp library that supports unit testing.

long_description        {*}${description}

depends_lib-append      port:cl-alexandria \
                        port:cl-iterate

# cl-symbol-munger depends on cl-lisp-unit2 which depends on cl-symbol-munger
common_lisp.build_run   no

depends_test-append     port:cl-lisp-unit2
