mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
17 lines
293 B
Makefile
17 lines
293 B
Makefile
# $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
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|