blob: 17672a1cee0316f6204e35f7dffd8265bb935324 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= atomic-primops
PORTVERSION= 0.8
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>
|