aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-mtl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-mtl/Makefile')
-rw-r--r--devel/hs-mtl/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/hs-mtl/Makefile b/devel/hs-mtl/Makefile
new file mode 100644
index 000000000000..33d324f151aa
--- /dev/null
+++ b/devel/hs-mtl/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-mtl
+# Date created: 2010-05-14
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= mtl
+PORTVERSION= 2.0.1.0
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Monad transformer library
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= transformers>=0.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>