Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-SafeSemaphore/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= SafeSemaphore | PORTNAME= SafeSemaphore | ||||
| PORTVERSION= 0.10.1 | PORTVERSION= 0.10.1 | ||||
| PORTREVISION= 6 | PORTREVISION= 7 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Much safer replacement for QSemN, QSem, and SampleVar | COMMENT= Much safer replacement for QSemN, QSem, and SampleVar | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||