1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/math/R-cran-Rmpfr/Makefile
TAKATSU Tomonari e2bb4aa191 - Update to 0.6-1
- Add "compiles" argument to USES=cran
2016-12-06 11:50:54 +00:00

23 lines
474 B
Makefile

# Created by: Jukka A. Ukkonen <jau@iki.fi>
# $FreeBSD$
PORTNAME= Rmpfr
DISTVERSION= 0.6-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>