diff options
Diffstat (limited to 'math/R-cran-combinat')
-rw-r--r-- | math/R-cran-combinat/Makefile | 16 | ||||
-rw-r--r-- | math/R-cran-combinat/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-combinat/pkg-descr | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/math/R-cran-combinat/Makefile b/math/R-cran-combinat/Makefile new file mode 100644 index 000000000000..f05cfe8d82bf --- /dev/null +++ b/math/R-cran-combinat/Makefile @@ -0,0 +1,16 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= combinat +DISTVERSION= 0.0-8 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Routines for combinatorics + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-combinat/distinfo b/math/R-cran-combinat/distinfo new file mode 100644 index 000000000000..65179b7f86c0 --- /dev/null +++ b/math/R-cran-combinat/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1497644116 +SHA256 (combinat_0.0-8.tar.gz) = 1513cf6b6ed74865bfdd9f8ca58feae12b62f38965d1a32c6130bef810ca30c1 +SIZE (combinat_0.0-8.tar.gz) = 9197 diff --git a/math/R-cran-combinat/pkg-descr b/math/R-cran-combinat/pkg-descr new file mode 100644 index 000000000000..cf4184991918 --- /dev/null +++ b/math/R-cran-combinat/pkg-descr @@ -0,0 +1,3 @@ +Routines for combinatorics. + +WWW: https://cran.r-project.org/package=conmbinat |