opnsense-ports/math/R-cran-Rmpfr/Makefile
Franco Fichtner ee2783e293 */*: sync with upstream
Taken from: FreeBSD
2021-11-01 15:57:04 +01:00

21 lines
462 B
Makefile

# Created by: Jukka A. Ukkonen <jau@iki.fi>
PORTNAME= Rmpfr
DISTVERSION= 0.8-7
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R wrapper for the mpfr multiple precision library
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-gmp>=0.6.1:math/R-cran-gmp
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>