freebsd-ports/devel/hs-parallel/Makefile
Ashish SHUKLA 207a5a17a3 This package provides a library for parallel programming.
WWW: http://hackage.haskell.org/package/parallel

Approved by:	pgj (mentor)
Obtained from:	FreeBSD Haskell
2011-05-08 19:20:12 +00:00

21 lines
419 B
Makefile

# New ports collection makefile for: hs-parallel
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= parallel
PORTVERSION= 3.1.0.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Parallel programming library
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= deepseq>=1.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>