freebsd-ports/devel/R-cran-caret/Makefile
2012-06-26 23:57:00 +00:00

26 lines
571 B
Makefile

# New ports collection makefile for: R-cran-caret
# Date created: 2011-08-30
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= caret
DISTVERSION= 5.15-023
PORTREVISION= 2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Classification and Regression Training
LICENSE= GPLv2
RUN_DEPENDS= R-cran-reshape>0:${PORTSDIR}/devel/R-cran-reshape \
R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr \
R-cran-foreach>0:${PORTSDIR}/devel/R-cran-foreach
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>