aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-threads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-threads/Makefile')
-rw-r--r--devel/hs-threads/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/hs-threads/Makefile b/devel/hs-threads/Makefile
new file mode 100644
index 000000000000..7d6d41481374
--- /dev/null
+++ b/devel/hs-threads/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= threads
+PORTVERSION= 0.5.0.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Fork threads and wait for their result
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= base-unicode-symbols>=0.1.1 stm>=2.1
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>