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

PORTNAME=   threads
PORTVERSION=    0.5.0.2
PORTREVISION=   2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Fork threads and wait for their result

LICENSE=    BSD

USE_CABAL=  base-unicode-symbols>=0.1.1 stm>=2.1

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