# 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