aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hspec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hspec/Makefile')
-rw-r--r--devel/hs-hspec/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/hs-hspec/Makefile b/devel/hs-hspec/Makefile
index 99b6ab21f462..e59cfd8da701 100644
--- a/devel/hs-hspec/Makefile
+++ b/devel/hs-hspec/Makefile
@@ -1,20 +1,16 @@
# $FreeBSD$
PORTNAME= hspec
-PORTVERSION= 1.11.0
-PORTREVISION= 1
+PORTVERSION= 2.1.10
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Behavior-Driven Development for Haskell
+COMMENT= Testing Framework for Haskell
LICENSE= MIT
-USE_CABAL= ansi-terminal>=0.5 async>=2 hspec-expectations>=0.5.0 \
- HUnit>=1.2.5 QuickCheck>=2.5.1 quickcheck-io random \
- setenv tf-random
-
-EXECUTABLE= hspec-discover
+USE_CABAL= hspec-core>=2.1.10 hspec-discover>=2.1.10 \
+ hspec-expectations>=0.7.1 HUnit>=1.2.5 QuickCheck>=2.5.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>