mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
16 lines
317 B
Makefile
16 lines
317 B
Makefile
PORTNAME= gmp
|
|
DISTVERSION= 0.7-4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Multiple Precision Arithmetic
|
|
WWW= https://cran.r-project.org/web/packages/gmp/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|