diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-09-01 03:34:24 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-09-01 03:34:24 +0000 |
commit | 7e33bddf0c67ab7ead252f7808824594946850e6 (patch) | |
tree | 33c81a2b7e45b304e46a9fb5e273e4402c985d49 /math/R-cran-DoE.base/Makefile | |
parent | aa5ae4df974fd31815e51fa15fc60bbb9589a382 (diff) | |
download | ports-7e33bddf0c67ab7ead252f7808824594946850e6.tar.gz ports-7e33bddf0c67ab7ead252f7808824594946850e6.zip |
Notes
Diffstat (limited to 'math/R-cran-DoE.base/Makefile')
-rw-r--r-- | math/R-cran-DoE.base/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/R-cran-DoE.base/Makefile b/math/R-cran-DoE.base/Makefile new file mode 100644 index 000000000000..bad63f9f3063 --- /dev/null +++ b/math/R-cran-DoE.base/Makefile @@ -0,0 +1,25 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= DoE.base +DISTVERSION= 1.1-1 +CATEGORIES= math devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Full Factorials, Orthogonal Arrays and Base Utilities for DoE + +LICENSE= GPLv2+ + +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +CRAN_DEPENDS= R-cran-conf.design>1:math/R-cran-conf.design \ + R-cran-combinat>0:math/R-cran-combinat \ + R-cran-vcd>0:devel/R-cran-vcd \ + R-cran-partitions>=0:math/R-cran-partitions \ + R-cran-numbers>=0:math/R-cran-numbers + +USES= cran:auto-plist + +.include <bsd.port.mk> |