mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1009 B
Tcl
26 lines
1009 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 AnnotationDbi 1.66.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Manipulation of SQLite-based annotations in Bioconductor
|
|
long_description {*}${description}
|
|
checksums rmd160 081469e0c6d4d202377e279fa0a6f30508d8d4c9 \
|
|
sha256 3aa793c6888ad50a63d88e2a2df59655c6384ada9db2c5d84473ca76fafa5ebc \
|
|
size 4359386
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Biobase \
|
|
port:R-BiocGenerics \
|
|
port:R-DBI \
|
|
port:R-IRanges \
|
|
port:R-KEGGREST \
|
|
port:R-RSQLite \
|
|
port:R-S4Vectors
|