mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
984 B
Tcl
29 lines
984 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 AccelerationNet lisp-unit2 0.9.4
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-lisp-unit2
|
|
revision 0
|
|
|
|
checksums rmd160 362a9e00cfd95baa62196e23ae3c6c4a9f0b7549 \
|
|
sha256 bc524ce3f699c6b5089a38091e2692815728bd0aebb94576500fb4b9a775f8b8 \
|
|
size 35124
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Common Lisp library that supports unit testing.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-interpol \
|
|
port:cl-iterate \
|
|
port:cl-symbol-munger
|