aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-LearnBayes/Makefile
blob: 84518cdb78fd1d8843cc62445285889e87bac5b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	LearnBayes
PORTVERSION=	2.15.1
PORTREVISION=	4
CATEGORIES=	math education
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Functions for Learning Bayesian Inference
WWW=		https://cran.r-project.org/web/packages/LearnBayes/

LICENSE=	GPLv2+

USES=	cran:auto-plist

.include <bsd.port.mk>