22 lines
488 B
Makefile
22 lines
488 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= dimRed
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Framework for Dimensionality Reduction
|
|
|
|
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>
|