aboutsummaryrefslogtreecommitdiff
path: root/math/hs-distributive
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-14 11:32:23 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-14 11:32:23 +0000
commit7f0fcc2219a3cfb54c80083f91e5f74081455295 (patch)
tree959546a8984748dfa14c130778d1be1887544600 /math/hs-distributive
parentc273e615b8ccbe32860bdd5a852ef02b50a7b9b9 (diff)
downloadports-7f0fcc2219a3cfb54c80083f91e5f74081455295.tar.gz
ports-7f0fcc2219a3cfb54c80083f91e5f74081455295.zip
Notes
Diffstat (limited to 'math/hs-distributive')
-rw-r--r--math/hs-distributive/Makefile20
-rw-r--r--math/hs-distributive/distinfo2
-rw-r--r--math/hs-distributive/pkg-descr3
3 files changed, 25 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>
diff --git a/math/hs-distributive/distinfo b/math/hs-distributive/distinfo
new file mode 100644
index 000000000000..6c68eaee1e1c
--- /dev/null
+++ b/math/hs-distributive/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/distributive-0.2.0.1.tar.gz) = efde52baa696d498e807e66d3843803320820da40740ba60950c8c08ac0abae0
+SIZE (cabal/distributive-0.2.0.1.tar.gz) = 2446
diff --git a/math/hs-distributive/pkg-descr b/math/hs-distributive/pkg-descr
new file mode 100644
index 000000000000..b881ff3d34c7
--- /dev/null
+++ b/math/hs-distributive/pkg-descr
@@ -0,0 +1,3 @@
+Haskell 98 distributive functors -- dual to Traversable.
+
+WWW: http://github.com/ekmett/distributive/ \ No newline at end of file