diff options
Diffstat (limited to 'devel/hs-logict/Makefile')
-rw-r--r-- | devel/hs-logict/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/hs-logict/Makefile b/devel/hs-logict/Makefile index fbc98756c38e..f1808fcc89de 100644 --- a/devel/hs-logict/Makefile +++ b/devel/hs-logict/Makefile @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= logict -PORTVERSION= 0.6 -PORTREVISION= 5 +PORTVERSION= 0.6.0.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Backtracking logic-programming monad -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= mtl>=1.0.1 +USE_CABAL= mtl>=2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |