# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD: math/hs-statistics/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	statistics
PORTVERSION=	0.10.3.1
PORTREVISION=	1
CATEGORIES=	math haskell

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

LICENSE=	BSD

USE_CABAL=	erf math-functions>=0.1.2 monad-par>=0.3.4 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}

NO_STAGE=	yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
