db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
22 lines
452 B
Makefile
22 lines
452 B
Makefile
# New ports collection makefile for: hs-bits-atomic
|
|
# Date created: May 12, 2012
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bits-atomic
|
|
PORTVERSION= 0.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Atomic bit operations on memory locations
|
|
|
|
LICENSE= BSD
|
|
FILE_LICENSE= License.txt
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|