20 lines
447 B
Makefile
20 lines
447 B
Makefile
PORTNAME= DRR
|
|
PORTVERSION= 0.0.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Dimensionality Reduction via Regression
|
|
WWW= https://cran.r-project.org/web/packages/DRR/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
CRAN_DEPENDS= R-cran-kernlab>0:science/R-cran-kernlab \
|
|
R-cran-CVST>0:math/R-cran-CVST
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|