# $FreeBSD: tags/RELEASE_10_0_0/devel/hs-SafeSemaphore/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	SafeSemaphore
PORTVERSION=	0.9.0
PORTREVISION=	3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Much safer replacement for QSemN, QSem, and SampleVar

LICENSE=	BSD

USE_CABAL=	stm

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