25 lines
629 B
Makefile
25 lines
629 B
Makefile
PORTNAME= units
|
|
DISTVERSION= 1.0-1
|
|
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>=1.1.0: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>
|