mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.2 KiB
Tcl
39 lines
1.2 KiB
Tcl
# -*- 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 40ants cl-prevalence e6b27640ce89ae5f8af38beb740e319bb6cd2368
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20221122
|
|
revision 0
|
|
|
|
checksums rmd160 cbfc5514beb217502ce4aeb364105a83fe565717 \
|
|
sha256 0dad9e18b147c0612d78b02ce7f183b7030aac56b9d7253b30e229dbed685f17 \
|
|
size 24752
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license LLGPL
|
|
|
|
description In memory database system for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-find-port \
|
|
port:cl-fiveam \
|
|
port:cl-moptilities \
|
|
port:cl-s-sysdeps \
|
|
port:cl-s-xml
|
|
|
|
common_lisp.threads yes
|
|
|
|
# Test are working only on SBCL
|
|
# See: https://github.com/40ants/cl-prevalence/issues/19
|
|
common_lisp.abcl no
|
|
common_lisp.ccl no
|
|
common_lisp.clisp no
|
|
common_lisp.ecl no
|