aboutsummaryrefslogtreecommitdiff
path: root/math/hs-distributive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-distributive/Makefile')
-rw-r--r--math/hs-distributive/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/hs-distributive/Makefile b/math/hs-distributive/Makefile
new file mode 100644
index 000000000000..4b9db7ee8b13
--- /dev/null
+++ b/math/hs-distributive/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-distributive
+# Date created: July 16, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= distributive
+PORTVERSION= 0.2.0.1
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Haskell 98 distributive functors
+
+LICENSE= BSD
+
+USE_CABAL= transformers>=0.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>