mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e288e58754
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
18 lines
310 B
Makefile
18 lines
310 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= car
|
|
DISTVERSION= 2.0-19
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= Companion to Applied Regression for R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|