blob: 878bd168f3c61467cd70b2b8947e1ae3e71e242f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Jukka A. Ukkonen <jau@iki.fi>
# $FreeBSD$
PORTNAME= Rmpfr
DISTVERSION= 0.7-1
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.5.8: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>
|