mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 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 common_lisp 1.0
|
|
|
|
name cl-clsql
|
|
version 6.7.0
|
|
revision 1
|
|
|
|
checksums rmd160 bee90661e8e3f5685493604755fbe1391d2f7e2c \
|
|
sha256 0b5fe43da00ebc0333c1a8f9ccbaefe11b03154c8444366aada8b3dc86fafb2f \
|
|
size 967249
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
homepage https://clsql.kpe.io
|
|
master_sites http://files.kpe.io/clsql/
|
|
distname clsql-${version}
|
|
|
|
description A multi-platform SQL interface for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
# To build and test it we must guess and add all supported DB into library.
|
|
# That seems useless => disable tests and build and install only lisp files.
|
|
common_lisp.build_run no
|
|
test.run no
|
|
|
|
depends_lib-append port:cl-uffi \
|
|
port:cl-postgres
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex clsql-(\[\\d.\]+)${extract.suffix}
|