diff options
Diffstat (limited to 'devel/hs-hashtables/Makefile')
-rw-r--r-- | devel/hs-hashtables/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/hs-hashtables/Makefile b/devel/hs-hashtables/Makefile index d39cf68b5787..5da4a28464f7 100644 --- a/devel/hs-hashtables/Makefile +++ b/devel/hs-hashtables/Makefile @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= hashtables -PORTVERSION= 1.1.0.2 -PORTREVISION= 5 +PORTVERSION= 1.1.2.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Mutable hash tables in the ST monad -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= hashable>=1.1 primitive vector>=0.7 +USE_CABAL= hashable primitive vector>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |