mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 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 gitlab 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
gitlab.instance https://gitlab.common-lisp.net
|
|
gitlab.setup cl-variates cl-variates 4e7548754d8a8731a42487fae31174db4bf36d47
|
|
version 20071019
|
|
revision 0
|
|
|
|
checksums rmd160 465bcec1215e2104537531e2a0eaeedda069acfe \
|
|
sha256 af8e961598a865d4ebc329adb50cac656e97dc026c0cc3e72a1f87f45a4a3759 \
|
|
size 13004
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
homepage https:/cl-variates.common-lisp.dev
|
|
|
|
description Portable Common Lisp Random Number Generation.
|
|
|
|
long_description {*}${description}
|
|
|
|
# See: https://gitlab.common-lisp.net/cl-variates/cl-variates/-/issues/1
|
|
post-extract {
|
|
file delete -force ${worksrcpath}/cl-variates-test.asd
|
|
}
|
|
|
|
test.run no
|