mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
19 lines
325 B
Makefile
19 lines
325 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= car
|
|
DISTVERSION= 2.0-16
|
|
PORTREVISION= 2
|
|
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>
|