mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8b9681968a
Approved by: maintainer(implicit)
22 lines
425 B
Makefile
22 lines
425 B
Makefile
# New ports collection makefile for: car
|
|
# Date created: 13 April 2009
|
|
# Whom: David Naylor <naylor.b.david@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= car
|
|
PORTVERSION= 1.2.16
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= R-cran-
|
|
DISTNAME= ${PORTNAME}_1.2-16
|
|
|
|
MAINTAINER= naylor.b.david@gmail.com
|
|
COMMENT= Companion to Applied Regression for R
|
|
|
|
R_MOD= yes
|
|
|
|
.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"
|
|
|
|
.include <bsd.port.mk>
|