mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
953 B
Tcl
25 lines
953 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 OdonataResearchLLC lisp-unit 89653a232626b67400bf9a941f9b367da38d3815
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-lisp-unit
|
|
version 20161227
|
|
revision 0
|
|
|
|
checksums rmd160 19c274cb98986a1fed382693932be4e637a327c5 \
|
|
sha256 22922cf6101c7b1101017b1bf0d75493f0606a3c5832e6769fcdfdcc6f60641d \
|
|
size 18302
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.
|
|
|
|
long_description {*}${description}
|