# -*- 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        sharplispers montezuma ee2129eece7065760de4ebbaeffaadcb27644738
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-montezuma
version             20170216
revision            0

checksums           rmd160  dfbfaad72c4893cccf0253aad402bd9bcedb0742 \
                    sha256  dcc5a75f2f2510890f0f5cfe562d679f3628c944f6d9eba495c626e107130152 \
                    size    1270088

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Montezuma is a port of the Lucene text search engine library.

long_description    {*}${description}

post-extract {
    # :FORCE and :FORCE-NOT arguments not allowed in a nested call to ASDF/OPERATE:OPERATE unless identically to toplevel
    reinplace {s| :force t||} ${worksrcpath}/montezuma.asd
}

depends_lib-append  port:cl-babel \
                    port:cl-fad \
                    port:cl-ppcre

depends_test-append port:cl-trivial-timeout

common_lisp.threads yes

# See: https://github.com/sharplispers/montezuma/issues/14
common_lisp.ecl     no
common_lisp.abcl    no
