freebsd-ports/math/R-cran-partitions/Makefile
Wen Heping aa5ae4df97 Additive partitions of integers. Enumerates the partitions, unequal partitions,
and restricted partitions of an integer; the three corresponding partition
functions are also given. Set partitions are now included.

WWW: https://cran.r-project.org/web/packages/partitions/
2018-09-01 02:48:35 +00: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>