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

PORTNAME=	IORefCAS
PORTVERSION=	0.2.0.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Atomic compare and swap for IORefs and STRefs

LICENSE=	BSD

USE_CABAL=	bits-atomic

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