You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
755 B
Tcl
22 lines
755 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 wch bisectr 0.1.0
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Tools to find bad commits with git bisect
|
|
long_description {*}${description}
|
|
checksums rmd160 a1c96038f9e063279fbb6ec010b49a94fce9932e \
|
|
sha256 67eb388983f8c2f0b8cf7c1bec25002b738de98c3b8bf13ec6c6c8bfa1965aee \
|
|
size 6290
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-devtools
|
|
|
|
test.run yes
|