# -*- 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            hackinghat cl-mysql 3fbf6e1421484f64c5bcf2ff3c4b96c6f0414f09
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
version                 20200501
revision                0

checksums               rmd160  7585a5d464b9c2477d30a66dffe0f81785277b92 \
                        sha256  10a551e8e18a41cb35bf53bf8f577452ffae9d2847937e73152dc0d37b9c8d53 \
                        size    25831

categories-append       devel
maintainers             nomaintainer
license                 MIT

description             Common Lisp MySQL library

long_description        {*}${description}

depends_lib-append      port:cl-cffi \
                        port:cl-stefil

common_lisp.ffi         yes

# Build and test requires real MySQL
common_lisp.build_run   no
test.run                no
