opnsense-ports/math/R-cran-Rmpfr/Makefile
Franco Fichtner 69e73294a8 */*: sync with upstream
Taken from: FreeBSD
2024-11-26 13:06:06 +01:00

20 lines
431 B
Makefile

PORTNAME= Rmpfr
DISTVERSION= 1.0-0
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+
NOT_FOR_ARCHS= i386
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>