mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
979 B
Tcl
25 lines
979 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 bioconductor Bioconductor ExperimentHub 2.12.0
|
|
revision 0
|
|
categories-append bioconductor www
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Client to access ExperimentHub resources
|
|
long_description {*}${description}
|
|
checksums rmd160 70745b6c1f8d3e8fbe5233be0a6136a87122a21f \
|
|
sha256 1081ac5bc7bb90dd5a257b0ef52024a978ed65a46972076ab195a0eb3b564156 \
|
|
size 499864
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-AnnotationHub \
|
|
port:R-BiocFileCache \
|
|
port:R-BiocGenerics \
|
|
port:R-BiocManager \
|
|
port:R-rappdirs \
|
|
port:R-S4Vectors
|