aboutsummaryrefslogtreecommitdiff
path: root/math/hs-data-lens
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 02:33:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 02:33:04 +0000
commitfeab9b5cad32568d89b30c7dcfbd32bec374e7e4 (patch)
treefda34b7e74b974e9bcf05efbc1ee7dc75b788bd9 /math/hs-data-lens
parente7399a84ee58f73b0017cb552b547882737460d3 (diff)
downloadports-feab9b5cad32568d89b30c7dcfbd32bec374e7e4.tar.gz
ports-feab9b5cad32568d89b30c7dcfbd32bec374e7e4.zip
Notes
Diffstat (limited to 'math/hs-data-lens')
-rw-r--r--math/hs-data-lens/Makefile22
-rw-r--r--math/hs-data-lens/distinfo2
-rw-r--r--math/hs-data-lens/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/math/hs-data-lens/Makefile b/math/hs-data-lens/Makefile
new file mode 100644
index 000000000000..f93f16b38aa0
--- /dev/null
+++ b/math/hs-data-lens/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-data-lens
+# Date created: November 19, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= data-lens
+PORTVERSION= 2.0.2
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Haskell 98 lenses
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= comonad>=1.1 comonad-transformers>=2.0 contravariant>=0.1.2 \
+ distributive>=0.2 semigroupoids>=1.2.4 transformers>=0.2.0
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/math/hs-data-lens/distinfo b/math/hs-data-lens/distinfo
new file mode 100644
index 000000000000..b965b26105cf
--- /dev/null
+++ b/math/hs-data-lens/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/data-lens-2.0.2.tar.gz) = 2ce9b7edb574f1e8a31336de7d0fc189a8b9d6147632b2b42bff51fa7d7d08f5
+SIZE (cabal/data-lens-2.0.2.tar.gz) = 3674
diff --git a/math/hs-data-lens/pkg-descr b/math/hs-data-lens/pkg-descr
new file mode 100644
index 000000000000..b599b6ab5fe6
--- /dev/null
+++ b/math/hs-data-lens/pkg-descr
@@ -0,0 +1,3 @@
+Haskell 98 lenses.
+
+WWW: http://github.com/ekmett/data-lens/