mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
16 lines
359 B
Makefile
16 lines
359 B
Makefile
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>
|