freebsd-ports/math/R-cran-ipred/Makefile
2021-09-17 09:53:40 +00:00

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>