15 lines
289 B
Makefile
15 lines
289 B
Makefile
PORTNAME= combinat
|
|
DISTVERSION= 0.0-8
|
|
PORTREVISION= 5
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Routines for combinatorics
|
|
WWW= https://cran.r-project.org/package=combinat
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|