mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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 optima 373b245b928c1a5cce91a6cb5bfe5dd77eb36195
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-optima
|
|
version 20150628
|
|
revision 0
|
|
|
|
checksums rmd160 1b6de68a4d3748f821d121bedf90409cf5580ba5 \
|
|
sha256 3d08ba88a84c81c59ea6ccd006b4732b759f4308cd03b3f41bb271d7c16175e4 \
|
|
size 20577
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license LLGPL
|
|
|
|
description Optimized Pattern Matching Library for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-closer-mop \
|
|
port:cl-eos \
|
|
port:cl-ppcre
|