aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-test-framework/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-test-framework/Makefile')
-rw-r--r--devel/hs-test-framework/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/hs-test-framework/Makefile b/devel/hs-test-framework/Makefile
index e5a4cbb09ef9..c7c2088f7768 100644
--- a/devel/hs-test-framework/Makefile
+++ b/devel/hs-test-framework/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= test-framework
-PORTVERSION= 0.3.2
+PORTVERSION= 0.3.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Framework for running and organising tests
-USE_HACKAGE= ansi-terminal>=0.4.0 ansi-wl-pprint>=0.5.1 hostname>=1.0 xml>=1.3.5
+LICENSE= BSD
+
+USE_CABAL= ansi-terminal>=0.4 ansi-wl-pprint>=0.5.1 hostname>=1 \
+ regex-posix>=0.72 xml>=1.3.5
CONFIGURE_ARGS+= --flags="-Tests"