aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-monad-par/Makefile
blob: 35815d8c83a951b4eae9f0b9441b06f17f389b69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   monad-par
PORTVERSION=    0.3.4.2
PORTREVISION=   2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Library for parallel programming based on a monad

LICENSE=    BSD

USE_CABAL=  abstract-deque>=0.1.4 abstract-par monad-par-extras \
        mtl>=2.0.1.0 mwc-random>=0.11 parallel>=3.1

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