freebsd-ports/math/R-cran-car/Makefile
David Naylor dfb28d561f Update math/R-cran-car to 2.0-18.
ChangeLog:
 o Bug fix to boot with type="residual"
 o Added densityPlot() function.

Approved by:	eadler,bdrewery (mentors, implicit)
2013-06-17 11:50:39 +00:00

17 lines
309 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= car
DISTVERSION= 2.0-18
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Companion to Applied Regression for R
LICENSE= GPLv2
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>