# -*- 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        edicl cl-fad 0.7.6 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

checksums           rmd160  96ec808ce43def568aaccc874f517f9a56e7a6d0 \
                    sha256  b98876f8dd2effc7fb1d4628558edc34a6cdfa665f8d0a817a1078e85959508c \
                    size    24769

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Portable pathname library for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-bordeaux-threads

common_lisp.threads yes
