freebsd-ports/math/R-cran-Rmpfr/Makefile
TAKATSU Tomonari 1eec6f9700 math/R-cran-Rmpfr: Update to 0.9-5
Reported by:	portscout
2024-01-26 16:20:28 +00:00

18 lines
410 B
Makefile

PORTNAME= Rmpfr
DISTVERSION= 0.9-5
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+
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
RUN_DEPENDS= R-cran-gmp>=0.6.1:math/R-cran-gmp
USES= cran:auto-plist,compiles
.include <bsd.port.mk>