mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
938 B
Tcl
27 lines
938 B
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 guicho271828 lisp-namespace 699fccb6727027343bb5fca69162a3113996edfc
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-lisp-namespace
|
|
version 20230623
|
|
revision 0
|
|
|
|
checksums rmd160 8b39dfb6730d0a7b32b6523f48cc93bfbc7e158d \
|
|
sha256 666d46a94fef438c935528fe108c5ec26b9a235463a59612b53078fe6861d65c \
|
|
size 10000
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license LLGPL
|
|
|
|
description no more discussion on lisp-1 vs lisp-2. THIS IS LISP-N.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-fiveam
|