freebsd-ports/math/R-cran-gmp/Makefile
TAKATSU Tomonari d69db65a06 - Add new port: math/R-cran-gmp
Multiple Precision Arithmetic (big integers and rationals, prime
  number tests, matrix computation), "arithmetic without limitations"
  using the C library GMP (GNU Multiple Precision Arithmetic).

  WWW: https://cran.r-project.org/web/packages/gmp/
2016-04-29 06:56:37 +00:00

19 lines
317 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= gmp
DISTVERSION= 0.5-12
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Multiple Precision Arithmetic
LICENSE= GPLv2+
LIB_DEPENDS= libgmp.so:math/gmp
USES= cran:auto-plist
.include <bsd.port.mk>