Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-atomic-primops/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= atomic-primops | PORTNAME= atomic-primops | ||||
| PORTVERSION= 0.8.0.4 | PORTVERSION= 0.8.2 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Safe approach to CAS and other atomic operations | COMMENT= Safe approach to CAS and other atomic operations | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= primitive | USE_CABAL= primitive | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||