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

PORTNAME=	threads
PORTVERSION=	0.5.0.2
PORTREVISION=	5
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

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