mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
17 lines
340 B
Makefile
17 lines
340 B
Makefile
PORTNAME= numbers
|
|
DISTVERSION= 0.8-5
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Number-Theoretic Functions
|
|
WWW= https://cran.r-project.org/web/packages/numbers/
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
RUN_DEPENDS= R-cran-gmp>=0.5.1:math/R-cran-gmp
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|