freebsd-ports/biology/R-cran-Biobase/Makefile
Muhammad Moinur Rahman 82e85eb5bf biology/R-cran-Biobase: New port
Functions that are needed by many other packages or which replace R
functions.

WWW: https://bioconductor.org/packages/Biobase
2023-12-15 13:55:44 +01:00

19 lines
496 B
Makefile

PORTNAME= Biobase
PORTVERSION= 2.62.0
CATEGORIES= biology
MASTER_SITES= https://www.bioconductor.org/packages/release/bioc/src/contrib/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Base functions for Bioconductor
WWW= https://bioconductor.org/packages/Biobase
LICENSE= ART20
CRAN_DEPENDS= R-cran-BiocGenerics>=0.27.1:biology/R-cran-BiocGenerics
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>