aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-bits-atomic/Makefile
blob: d7203981443e372799a064feec7f8e4f64851286 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   bits-atomic
PORTVERSION=    0.1.3
PORTREVISION=   5
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Atomic bit operations on memory locations

LICENSE=    BSD

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