aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hashed-storage
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-08-03 02:30:07 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-08-03 02:30:07 +0000
commitdb8a630740d7952632fca1d12503a442fc625335 (patch)
tree8ee3a15fcf61eb9a77ce79ffe7cc567f6e56e480 /devel/hs-hashed-storage
parent336cf4f81e31ae43ff7b5ec434e2305615de4392 (diff)
downloadports-db8a630740d7952632fca1d12503a442fc625335.tar.gz
ports-db8a630740d7952632fca1d12503a442fc625335.zip
Notes
Diffstat (limited to 'devel/hs-hashed-storage')
-rw-r--r--devel/hs-hashed-storage/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/devel/hs-hashed-storage/Makefile b/devel/hs-hashed-storage/Makefile
index fd66cee2a46f..6a9082a6d52c 100644
--- a/devel/hs-hashed-storage/Makefile
+++ b/devel/hs-hashed-storage/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hashed-storage
PORTVERSION= 0.5.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -18,20 +18,7 @@ LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= 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>