diff options
Diffstat (limited to 'devel/hs-testpack/Makefile')
-rw-r--r-- | devel/hs-testpack/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/hs-testpack/Makefile b/devel/hs-testpack/Makefile index 8457e7319b3c..e83fa58c96cf 100644 --- a/devel/hs-testpack/Makefile +++ b/devel/hs-testpack/Makefile @@ -3,15 +3,13 @@ PORTNAME= testpack PORTVERSION= 2.1.2.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= 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 random |