freebsd-ports/math/R-cran-Rmpfr/Makefile
TAKATSU Tomonari e41b442320 math/R-cran-Rmpfr: Update to 0.9-3
Reported by:	portscout
2023-08-10 10:47:45 +00:00

20 lines
471 B
Makefile

PORTNAME= Rmpfr
DISTVERSION= 0.9-3
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R wrapper for the mpfr multiple precision library
WWW= https://cran.r-project.org/web/packages/Rmpfr/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-gmp>=0.6.1:math/R-cran-gmp
BUILD_DEPENDS= ${CRAN_DEPENDS}
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>