aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-numbers/Makefile
blob: a1dc9d2988e737c14b3e64a1a5af6cf13576954e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   numbers
DISTVERSION=    0.7-1
PORTREVISION=   1
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Number-Theoretic Functions

LICENSE=    GPLv3+

RUN_DEPENDS=    R-cran-gmp>=0.5.1:math/R-cran-gmp

USES=       cran:auto-plist

.include <bsd.port.mk>