mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 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 jd cl-test-more ead30e3acf89f770bc033551d15b19c1ab947c8a
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20130114
|
|
revision 0
|
|
|
|
checksums rmd160 3464d67c9e6f589e4ff39b0aa4a4fcb0917cadcd \
|
|
sha256 123964328f547b53d75c429d8bf160acfca9fcae3cefcfd81aaa6599dad64547 \
|
|
size 3882
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Yet Another Unit Testing Framework for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-ppcre
|
|
|
|
notes "
|
|
This is legacy version of Yet Another Unit Testing Framework for Common Lisp,\
|
|
if you looking for version 2.0.0 it is available as cl-prove port.
|
|
"
|