mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
21 lines
491 B
Makefile
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>
|