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

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

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

LICENSE=	BSD3CLAUSE

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