aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-comonad/Makefile
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-08-14 19:27:44 +0800
committerpgj <pgj@FreeBSD.org>2011-08-14 19:27:44 +0800
commit6a15b726b129ed1d6455a2f13b682229fcad5bbc (patch)
tree40ff0cc53f1d131da1db36d84d223fad1267552f /math/hs-comonad/Makefile
parent67f7721f9d748b26c0e47fd7c99dab939940db60 (diff)
downloadfreebsd-ports-gnome-6a15b726b129ed1d6455a2f13b682229fcad5bbc.tar.gz
freebsd-ports-gnome-6a15b726b129ed1d6455a2f13b682229fcad5bbc.tar.zst
freebsd-ports-gnome-6a15b726b129ed1d6455a2f13b682229fcad5bbc.zip
Haskell 98 comonads.
WWW: http://github.com/ekmett/comonad/ Obtained from: FreeBSD Haskell
Diffstat (limited to 'math/hs-comonad/Makefile')
-rw-r--r--math/hs-comonad/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile
new file mode 100644
index 000000000000..7ab9999e3b67
--- /dev/null
+++ b/math/hs-comonad/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-comonad
+# Date created: July 16, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= comonad
+PORTVERSION= 1.1.1
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Haskell 98 comonads
+
+LICENSE= BSD
+
+USE_CABAL= semigroups>=0.7.1 transformers>=0.2.0
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>