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

PORTNAME=	probability
PORTVERSION=	0.2.4
PORTREVISION=	8
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Probabilistic Functional Programming

LICENSE=	BSD

USE_CABAL=	random>=1.0 transformers>=0.0.1 utility-ht>=0.0.6

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