19 lines
386 B
Makefile
19 lines
386 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= ipred
|
|
DISTVERSION= 0.9-12
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Improved Predictors
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
CRAN_DEPENDS= R-cran-prodlim>0:math/R-cran-prodlim
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|