blob: c717ea6fb292a29a021a4bd027507e7fd6f25222 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= carData
DISTVERSION= 3.0-2
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Companion to Applied Regression Data Sets
LICENSE= GPLv2+
USES= cran:auto-plist
.include <bsd.port.mk>
|