summaryrefslogtreecommitdiffstats
path: root/math/hs-statistics/Makefile
blob: 6df0e00460d01af0c25d6d7239b63b320fd1ff18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=	statistics
PORTVERSION=	0.10.2.0
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A library of statistical types, data, and functions

LICENSE=	BSD

USE_CABAL=	erf math-functions>=0.1.1 monad-par>=0.1.0.1 \
		mwc-random>=0.11.0.0 primitive>=0.3 vector>=0.7.1 \
		vector-algorithms>=0.4

INSTALL_PORTDATA=	${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR}

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud