summaryrefslogtreecommitdiffstats
path: root/devel/hs-MonadRandom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-MonadRandom/Makefile')
-rw-r--r--devel/hs-MonadRandom/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/hs-MonadRandom/Makefile b/devel/hs-MonadRandom/Makefile
new file mode 100644
index 0000000..c86747e
--- /dev/null
+++ b/devel/hs-MonadRandom/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= MonadRandom
+PORTVERSION= 0.1.8
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Random-number generation monad
+
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= mtl random
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud