mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= CVST
|
|
DISTVERSION= 0.2-2
|
|
PORTREVISION= 3
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Fast Cross-Validation via Sequential Testing
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
CRAN_DEPENDS= R-cran-kernlab>0:science/R-cran-kernlab
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|