Line 0
Link Here
|
|
|
1 |
# Created by: Pedro Giffuni |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= FrF2 |
5 |
DISTVERSION= 1.7-2 |
6 |
CATEGORIES= math |
7 |
DISTNAME= ${PORTNAME}_${DISTVERSION} |
8 |
|
9 |
MAINTAINER= pfg@FreeBSD.org |
10 |
COMMENT= Statistical Methods for Quality Science |
11 |
|
12 |
LICENSE= GPLv2+ |
13 |
|
14 |
BUILD_DEPENDS= ${CRAN_DEPENDS} |
15 |
RUN_DEPENDS= ${CRAN_DEPENDS} |
16 |
|
17 |
CRAN_DEPENDS= R-cran-DoE.base>0:math/R-cran-DoE.base \ |
18 |
R-cran-igraph>0:math/R-cran-igraph \ |
19 |
R-cran-scatterplot3d>0:math/R-cran-scatterplot3d \ |
20 |
R-cran-sfsmisc>0:math/R-cran-sfsmisc \ |
21 |
R-cran-BsMD>0:math/R-cran-BsMD |
22 |
|
23 |
USES= cran:auto-plist |
24 |
|
25 |
.include <bsd.port.mk> |