mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
928 B
Tcl
25 lines
928 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 pkhuong string-case 718c761e33749e297cd2809c7ba3ade1985c49f7
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-string-case
|
|
version 20180718
|
|
revision 0
|
|
|
|
checksums rmd160 2cd1dec367e736ca6d6c308e050ab631e19c83f4 \
|
|
sha256 3e27681a66b0de7b2f592dd5f4d0979880e9540ad1ae327e83645ad55164c7b6 \
|
|
size 9167
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description string-case is a macro that generates specialised decision trees to dispatch on string equality
|
|
|
|
long_description {*}${description}
|