mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
50 lines
1.6 KiB
Tcl
50 lines
1.6 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 openssl 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup orthecreedence cl-async 289aac99a701341e487cd548cd65b4c01271a739
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20231114
|
|
revision 0
|
|
|
|
checksums rmd160 aac1692f2eb8ce843a900930db877f3cc39ada8a \
|
|
sha256 44bf2cf09c3090346cef5452178e8321754d61a5842c61d156f4810989ca29c2 \
|
|
size 58897
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Asynchronous IO library for Common Lisp.
|
|
|
|
long_description {*}${description}
|
|
|
|
patchfiles-append macports-integration.diff
|
|
|
|
post-patch {
|
|
reinplace "s|@@MACPORTS_OPENSSL_LIB@@|[openssl::lib_dir]|" ${worksrcpath}/src/ssl/package.lisp
|
|
}
|
|
|
|
depends_lib-append port:cl-babel \
|
|
port:cl-bordeaux-threads \
|
|
port:cl-cffi \
|
|
port:cl-fast-io \
|
|
port:cl-fiveam \
|
|
port:cl-flexi-streams \
|
|
port:cl-ironclad \
|
|
port:cl-libuv \
|
|
port:cl-ppcre \
|
|
port:cl-quri \
|
|
port:cl-static-vectors \
|
|
port:cl-trivial-features \
|
|
port:cl-trivial-gray-streams \
|
|
port:cl-usocket \
|
|
port:cl-vom
|
|
|
|
common_lisp.ffi yes
|
|
common_lisp.threads yes
|