freebsd-ports/devel/hs-hashed-storage/Makefile
Ashish SHUKLA 0c76a8384f - Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:		ports/156642
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
2011-05-09 05:28:57 +00:00

36 lines
840 B
Makefile

# New ports collection makefile for: hs-hashed-storage
# Date created: May 14, 2010
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hashed-storage
PORTVERSION= 0.5.5
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Hashed file storage support code
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= binary dataenc mmap>=0.5 mtl zlib
OPTIONS= TEST "Build tests" off
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
.include <bsd.port.options.mk>
.if defined(WITH_TEST)
CONFIGURE_ARGS+= --flags="test"
USE_CABAL+= test-framework test-framework-hunit \
test-framework-quickcheck2 HUnit \
QuickCheck>=2.3 zip-archive
EXECUTABLE+= hashed-storage-test
.else
CONFIGURE_ARGS+= --flags="-test"
.endif
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>