aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-gmp/Makefile
blob: 8dfedcc45d330bf2bbf66ba6788cddf9906295b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	gmp
DISTVERSION=	0.6-6
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@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>