aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-probability/Makefile
blob: 342f9121faa37c765136340a4514b1905ace5692 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: hs-probability
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   probability
PORTVERSION=    0.2.4
CATEGORIES= math haskell

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

LICENSE=    BSD
FILE_LICENSE=   COPYRIGHT

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>