blob: dd8086faf652b1e51676cbc9352fed74f902b027 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= multicool
DISTVERSION= 1.0.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Permutations of Multisets in Cool-Lex Order
WWW= https://cran.r-project.org/package=multicool
LICENSE= GPLv2
RUN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp
USES= compiler:c++11-lang cran:compiles
.include <bsd.port.mk>
|