blob: 13fd6e20b3728eb0755323d98b02d5e341227cd2 (
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-monad-par
# Date created: July 30, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= monad-par
PORTVERSION= 0.1.0.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A library for parallel programming based on a monad
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= deepseq>=1.1 HUnit>=1.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|