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

PORTNAME=	atomic-primops
PORTVERSION=	0.6.0.6
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Safe approach to CAS and other atomic operations

LICENSE=	BSD3CLAUSE

USE_CABAL=	primitive

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