summaryrefslogtreecommitdiff
path: root/devel/hs-threads/Makefile
blob: 37b4c80d0dc778ac0310f4b9093c24ba85d38b99 (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=	4
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>