mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
24 lines
860 B
Tcl
24 lines
860 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 R 1.0
|
|
|
|
R.setup cran dusadrian QCA 3.23
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Qualitative Comparative Analysis
|
|
long_description {*}${description}
|
|
homepage https://github.com/dusadrian/QCA
|
|
checksums rmd160 d41cae27e75abb7a26a159be232d52ad2ba10088 \
|
|
sha256 d5cfb08c721ae493a57b2fab70a6da7f539352dcb7ccb14ba1a1605e09dddd04 \
|
|
size 1178240
|
|
|
|
depends_lib-append port:R-admisc \
|
|
port:R-declared \
|
|
port:R-lpSolve \
|
|
port:R-shiny \
|
|
port:R-venn
|
|
|
|
test.run yes
|