Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-bits-atomic/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= bits-atomic | PORTNAME= bits-atomic | ||||
| PORTVERSION= 0.1.3 | PORTVERSION= 0.1.3 | ||||
| PORTREVISION= 15 | PORTREVISION= 16 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Atomic bit operations on memory locations | COMMENT= Atomic bit operations on memory locations | ||||
| 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> | ||||