aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-units/Makefile
blob: c057a3c1ec23a73860676cf9370199edf6f9e4bf (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
PORTNAME=	units
DISTVERSION=	0.8-7
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Measurement Units for R Vectors
WWW=		https://cran.r-project.org/package=units

LICENSE=	GPLv2

CRAN_DEPENDS=	R-cran-Rcpp>=0.12.10:devel/R-cran-Rcpp
BUILD_DEPENDS=	${CRAN_DEPENDS}
LIB_DEPENDS=	libexpat.so:textproc/expat2 \
		libudunits2.so:science/udunits
RUN_DEPENDS=	${CRAN_DEPENDS}
TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
		R-cran-testthat>0:devel/R-cran-testthat

USES=		cran:auto-plist,compiles

TESTING_UNSAFE=	https://github.com/r-quantities/units/issues/354

.include <bsd.port.mk>