3033530a18
PR: ports/172776 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Feature safe: yes
17 lines
318 B
Makefile
17 lines
318 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= car
|
|
DISTVERSION= 2.0-15
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= naylor.b.david@gmail.com
|
|
COMMENT= Companion to Applied Regression for R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|