ports/math/R-cran-dimRed/Makefile
2023-04-23 09:09:58 +00:00

21 lines
491 B
Makefile

PORTNAME= dimRed
PORTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Framework for Dimensionality Reduction
WWW= https://cran.r-project.org/web/packages/dimRed/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
CRAN_DEPENDS= R-cran-DRR>0:math/R-cran-DRR \
R-cran-magrittr>0:devel/R-cran-magrittr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>