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
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 R 1.0
|
|
|
|
R.setup bioconductor Bioconductor IRanges 2.38.1
|
|
revision 0
|
|
categories-append bioconductor math
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Foundation of integer range manipulation
|
|
long_description {*}${description}
|
|
checksums rmd160 3ca07a21f555ace1841443340393d9ff5f368af5 \
|
|
sha256 9b4c833c5ab674e9020ff466a51de9ee019912eb36802b50d9abbd9d0190091f \
|
|
size 481399
|
|
|
|
depends_lib-append port:R-BiocGenerics \
|
|
port:R-S4Vectors
|
|
|
|
patchfiles-append patch-remove-unavailable-suggests.diff
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-GenomicAlignments \
|
|
port:R-GenomicFeatures \
|
|
port:R-GenomicRanges \
|
|
port:R-Rsamtools \
|
|
port:R-RUnit \
|
|
port:R-XVector
|
|
|
|
test.run yes
|