opnsense-ports/math/R-cran-numbers/Makefile
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

17 lines
282 B
Makefile

# $FreeBSD$
PORTNAME= numbers
DISTVERSION= 0.7-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>