mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.3 KiB
Tcl
39 lines
1.3 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 fukamachi cl-dbi 5c25cace5a349b87d629707f0c87abd40cc4a589
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20230917
|
|
revision 0
|
|
|
|
checksums rmd160 e9ac26116144bd6c0a1978d2fb71d9346018c2ad \
|
|
sha256 e93f06f35a1a1354c1a07a7c7e48d3ffdc26ac41976f1dfd6a25bc2bcc8bd3c9 \
|
|
size 19539
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license LLGPL
|
|
|
|
description Database independent interface for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-closer-mop \
|
|
port:cl-mysql \
|
|
port:cl-postgres \
|
|
port:cl-rove \
|
|
port:cl-sqlite \
|
|
port:cl-trivial-garbage \
|
|
port:cl-trivial-types
|
|
|
|
# Build and tests requires real MySQL and PostgreSQL
|
|
common_lisp.build_run no
|
|
test.run no
|
|
|
|
common_lisp.threads yes
|