You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 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 AnnotationHub 3.12.0
|
|
revision 0
|
|
categories-append bioconductor www
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Client to access AnnotationHub resources
|
|
long_description {*}${description}
|
|
checksums rmd160 1571886c70a3738d15fe1fafc7f48e8a724e9094 \
|
|
sha256 a138dc289305b598fa7c7ea732c1b5947a54bfd127fe7242b3da772147b042b5 \
|
|
size 992371
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-AnnotationDbi \
|
|
port:R-BiocFileCache \
|
|
port:R-BiocGenerics \
|
|
port:R-BiocManager \
|
|
port:R-BiocVersion \
|
|
port:R-curl \
|
|
port:R-dplyr \
|
|
port:R-httr \
|
|
port:R-interactiveDisplayBase \
|
|
port:R-rappdirs \
|
|
port:R-RSQLite \
|
|
port:R-S4Vectors \
|
|
port:R-yaml
|