You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
b4b12015dd
In preparation for changing the default.
39 lines
1.3 KiB
Tcl
39 lines
1.3 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 m2ym cl-syntax 03f0c329bbd55b8622c37161e6278366525e2ccc
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20150315
|
|
revision 0
|
|
|
|
checksums rmd160 b4634ca96962417bde876bf07b79458a02141d30 \
|
|
sha256 5b50d5a1fc0345c741dbac862def99562a8c574814cd5390afe3bb91c6f90082 \
|
|
size 3186
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license LLGPL
|
|
|
|
description Reader Syntax Coventions for Common Lisp and SLIME
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-annot \
|
|
port:cl-anonfun \
|
|
port:cl-clsql \
|
|
port:cl-fare-quasiquote \
|
|
port:cl-interpol \
|
|
port:cl-markup \
|
|
port:cl-named-readtables \
|
|
port:cl-trivial-types
|
|
|
|
# cl-clsql is SBCL only port
|
|
common_lisp.abcl no
|
|
common_lisp.ccl no
|
|
common_lisp.clisp no
|
|
common_lisp.ecl no
|