blob: 4effe7386c8a43b3067f63d0294d7eaf4d280606 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= partitions
DISTVERSION= 1.9-22
PORTREVISION= 1
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 \
R-cran-sets>=0:math/R-cran-sets
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|