17 lines
359 B
Makefile
17 lines
359 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
PORTNAME= multicool
|
|
DISTVERSION= 0.1-12
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Permutations of Multisets in Cool-Lex Order
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp
|
|
|
|
USES= compiler:c++11-lang cran:compiles
|
|
|
|
.include <bsd.port.mk>
|