summaryrefslogtreecommitdiff
path: root/math/R-cran-mpoly/Makefile
blob: 8b6a078bd56cc55a8d3fc468ab053ecdb02ccd6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	mpoly
DISTVERSION=	1.1.2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Symbolic computing with multivariate polynomials in R
WWW=		https://cran.r-project.org/package=${PORTNAME}

LICENSE=	GPLv2

RUN_DEPENDS=	R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
		R-cran-orthopolynom>0:math/R-cran-orthopolynom \
		R-cran-partitions>0:math/R-cran-partitions \
		R-cran-plyr>0:devel/R-cran-plyr \
		R-cran-polynom>0:math/R-cran-polynom \
		R-cran-stringi>0:textproc/R-cran-stringi \
		R-cran-stringr>=1.0.0:textproc/R-cran-stringr \
		R-cran-tidyr>0:devel/R-cran-tidyr
TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
		R-cran-dplyr>0:math/R-cran-dplyr \
		R-cran-magrittr>0:devel/R-cran-magrittr \
		R-cran-testthat>=2.1.0:devel/R-cran-testthat

USES=		cran:auto-plist

.include <bsd.port.mk>