ports/devel/R-cran-multicool/Makefile
2024-02-07 22:28:25 +01:00

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>