Files
ports/math/R-cran-Rmpfr/Makefile
T
TAKATSU Tomonari 013c106e37 math/R-cran-Rmpfr: Update to 1.0-0
- Update to 1.0-0
- Mark NOT_FOR_ARCHS on i386

Reported by:	portscout
2024-11-24 15:51:52 +00:00

21 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>