opnsense-ports/math/R-cran-Rmpfr/Makefile
Franco Fichtner 02cf097d2b */*: sync with upstream
Taken from: FreeBSD
2016-04-29 13:04:52 +02:00

20 lines
404 B
Makefile

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