aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-testpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-testpack/Makefile')
-rw-r--r--devel/hs-testpack/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/hs-testpack/Makefile b/devel/hs-testpack/Makefile
index f1911b92f26a..10db68930247 100644
--- a/devel/hs-testpack/Makefile
+++ b/devel/hs-testpack/Makefile
@@ -6,13 +6,17 @@
#
PORTNAME= testpack
-PORTVERSION= 1.0.2
+PORTVERSION= 2.0.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell Test Utility Pack for HUnit and QuickCheck
+LICENSE= LGPL21
+FILE_LICENSE= COPYRIGHT
+
CABAL_SETUP= Setup.hs
+USE_CABAL= HUnit mtl QuickCheck>=2.1.0.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>