mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 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 KDr2 cl-fastcgi 2a70446582bc8b9469e9d16751735da1e92d871c
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20230806
|
|
revision 0
|
|
|
|
checksums rmd160 b08829705f1d0af9935055a4513a071df768c9ce \
|
|
sha256 ad2e617b56ea1d1c286843f36a1b06450f1b088da601397c9a33fc07168702e9 \
|
|
size 4730
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description A Generic Version of SB-FastCGI, runs on mostly Common Lisp implementations.
|
|
|
|
long_description {*}${description}
|
|
|
|
patchfiles-append path-fix-type-consistency-problem.diff
|
|
|
|
depends_lib-append port:cl-cffi \
|
|
port:cl-usocket \
|
|
port:fcgi
|
|
|
|
common_lisp.ffi yes
|
|
|
|
# <PACKAGE SOCKET> has no external symbol with name "STREAM-HANDLES"
|
|
common_lisp.clisp no
|