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

18 lines
342 B
Makefile

# $FreeBSD$
PORTNAME= partitions
DISTVERSION= 1.9-19
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Additive Partitions of Integers
LICENSE= GPLv3+
RUN_DEPENDS= R-cran-gmp>=0.5.1:math/R-cran-gmp \
R-cran-polynom>=0:math/R-cran-polynom
USES= cran:auto-plist,compiles
.include <bsd.port.mk>