86d3512bf7
- Convert to new Makefile format PR: 172136 [1] Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) [1]
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-14
|
|
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>
|