freebsd-ports/math/R-cran-LearnBayes/Makefile
TAKATSU Tomonari 8abfc81755 - Update to 2.15.1
- Fix LICENSE section
- Update WWW: line in pkg-descr
2018-03-28 02:23:13 +00:00

16 lines
303 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= LearnBayes
PORTVERSION= 2.15.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>