mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
854 B
Tcl
26 lines
854 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 edicl cl-interpol 0.2.7 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
|
|
checksums rmd160 3149854d90b67f32cd79a3662d91975abf738dbc \
|
|
sha256 7f46ff48bfab2f44b4b2f6929d5a12d04cf72a3fcc62d345945b9824c70ed6e5 \
|
|
size 46215
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description Common Lisp surface syntax niceties
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-named-readtables \
|
|
port:cl-unicode
|