diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-15 10:30:16 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-15 12:55:43 +0000 |
commit | 5051eb68b9167a5e565a8e24aaa7989f0ea51196 (patch) | |
tree | 245e3524329bf42a6e1abb4a17fd6cddc5edaf4d /biology/R-cran-BiocManager | |
parent | d1ea41c7391fdeb31f2d59c5d6fb782a0987fc44 (diff) | |
download | ports-5051eb68b9167a5e565a8e24aaa7989f0ea51196.tar.gz ports-5051eb68b9167a5e565a8e24aaa7989f0ea51196.zip |
Diffstat (limited to 'biology/R-cran-BiocManager')
-rw-r--r-- | biology/R-cran-BiocManager/Makefile | 14 | ||||
-rw-r--r-- | biology/R-cran-BiocManager/distinfo | 3 | ||||
-rw-r--r-- | biology/R-cran-BiocManager/pkg-descr | 4 |
3 files changed, 21 insertions, 0 deletions
diff --git a/biology/R-cran-BiocManager/Makefile b/biology/R-cran-BiocManager/Makefile new file mode 100644 index 000000000000..2ecab572d8e4 --- /dev/null +++ b/biology/R-cran-BiocManager/Makefile @@ -0,0 +1,14 @@ +PORTNAME= BiocManager +PORTVERSION= 1.30.22 +CATEGORIES= biology +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Convenient tool to install and update Bioconductor packages +WWW= https://cran.r-project.org/web/packages/BiocManager/ + +LICENSE= ART20 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/biology/R-cran-BiocManager/distinfo b/biology/R-cran-BiocManager/distinfo new file mode 100644 index 000000000000..e007f57ce45d --- /dev/null +++ b/biology/R-cran-BiocManager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1702634634 +SHA256 (BiocManager_1.30.22.tar.gz) = 5389c9c0d6562b0757659fb8262ab51b48225c4ba7e9acd4f5e7c0049735e835 +SIZE (BiocManager_1.30.22.tar.gz) = 582690 diff --git a/biology/R-cran-BiocManager/pkg-descr b/biology/R-cran-BiocManager/pkg-descr new file mode 100644 index 000000000000..bd8a1376348c --- /dev/null +++ b/biology/R-cran-BiocManager/pkg-descr @@ -0,0 +1,4 @@ +The BiocManager package, as the modern successor package to BiocInstaller, +allows users to install and manage packages from the Bioconductor project. +Bioconductor focuses on the statistical analysis and comprehension of +high-throughput genomic data. |