# New ports collection makefile for: hs-statistics
# Date created:        January 03 2010
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD: ports/math/hs-statistics/Makefile,v 1.12 2012/02/13 05:14:13 pgj Exp $
#

PORTNAME=	statistics
PORTVERSION=	0.10.0.1
CATEGORIES=	math haskell

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

LICENSE=	BSD

USE_CABAL=	deepseq>=1.1.0.2 erf monad-par>=0.1.0.1 \
		mwc-random>=0.8.0.5 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>
