aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 02:34:41 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 02:34:41 +0000
commitcc70528199e3607e1eb88fefcb539c153812dc80 (patch)
tree8af17fb40842775a905de45137c95340de933bbf /math
parentfeab9b5cad32568d89b30c7dcfbd32bec374e7e4 (diff)
downloadports-cc70528199e3607e1eb88fefcb539c153812dc80.tar.gz
ports-cc70528199e3607e1eb88fefcb539c153812dc80.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/hs-data-lens-template/Makefile20
-rw-r--r--math/hs-data-lens-template/distinfo2
-rw-r--r--math/hs-data-lens-template/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/math/hs-data-lens-template/Makefile b/math/hs-data-lens-template/Makefile
new file mode 100644
index 000000000000..751b8c70e9b7
--- /dev/null
+++ b/math/hs-data-lens-template/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-data-lens-template
+# Date created: November 19, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= data-lens-template
+PORTVERSION= 2.1.3
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Utilities for Data.Lens
+
+LICENSE= BSD
+
+USE_CABAL= data-lens>=2.0
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/math/hs-data-lens-template/distinfo b/math/hs-data-lens-template/distinfo
new file mode 100644
index 000000000000..178980704d0a
--- /dev/null
+++ b/math/hs-data-lens-template/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/data-lens-template-2.1.3.tar.gz) = 53265836025943f564ec5e9d23be274ca16249d78b8b22380ff8d494ed09ecee
+SIZE (cabal/data-lens-template-2.1.3.tar.gz) = 3276
diff --git a/math/hs-data-lens-template/pkg-descr b/math/hs-data-lens-template/pkg-descr
new file mode 100644
index 000000000000..79c2c21226e9
--- /dev/null
+++ b/math/hs-data-lens-template/pkg-descr
@@ -0,0 +1,3 @@
+Automatically derive Lenses for your data type for use with Data.Lens.
+
+WWW: http://github.com/ekmett/data-lens-template/