diff options
Diffstat (limited to 'devel/hs-ghc-mtl/Makefile')
-rw-r--r-- | devel/hs-ghc-mtl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/hs-ghc-mtl/Makefile b/devel/hs-ghc-mtl/Makefile index f007e41..bf7802b 100644 --- a/devel/hs-ghc-mtl/Makefile +++ b/devel/hs-ghc-mtl/Makefile @@ -7,12 +7,15 @@ PORTNAME= ghc-mtl PORTVERSION= 1.0.1.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= An mtl compatible version of the Ghc-Api monads and monad-transformers -USE_HACKAGE= MonadCatchIO-mtl>=0.2.0.0 +LICENSE= BSD + +USE_CABAL= MonadCatchIO-mtl>=0.2.0.0 mtl .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |