blob: aa2e920a4118bf4473dd678c20f61b4b0dcf19f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= LearnBayes
PORTVERSION= 2.15.1
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Functions for Learning Bayesian Inference
LICENSE= GPLv2+
USES= cran:auto-plist
.include <bsd.port.mk>
|