blob: 60f4cf8715d9b1e95afe30dbfd5eec515b761909 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= SafeSemaphore
PORTVERSION= 0.10.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Much safer replacement for QSemN, QSem, and SampleVar
LICENSE= BSD3CLAUSE
USE_CABAL= stm
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|