diff options
Diffstat (limited to 'devel/hs-monad-unlift/Makefile')
-rw-r--r-- | devel/hs-monad-unlift/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-monad-unlift/Makefile b/devel/hs-monad-unlift/Makefile new file mode 100644 index 000000000000..53b205cb4f95 --- /dev/null +++ b/devel/hs-monad-unlift/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= monad-unlift +PORTVERSION= 0.2.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= The monad-unlift package + +LICENSE= BSD3CLAUSE + +USE_CABAL= constraints monad-control transformers-base + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |