diff options
Diffstat (limited to 'math/R-cran-orthopolynom/Makefile')
-rw-r--r-- | math/R-cran-orthopolynom/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/R-cran-orthopolynom/Makefile b/math/R-cran-orthopolynom/Makefile new file mode 100644 index 000000000000..022a3748c959 --- /dev/null +++ b/math/R-cran-orthopolynom/Makefile @@ -0,0 +1,16 @@ +PORTNAME= orthopolynom +DISTVERSION= 1.0-6.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Collection of Functions for Orthogonal and Orthonormal Polynomials +WWW= https://cran.r-project.org/package=orthopolynom + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-polynom>0:math/R-cran-polynom + +USES= cran:auto-plist + +.include <bsd.port.mk> |