aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-cassava
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
commit39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch)
tree607a5ca77efd301a2b4dc49b05d108829fcffa77 /textproc/hs-cassava
parent75b64b1cb42c127b71646f039269eb7bd560d8ef (diff)
downloadports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz
ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip
Notes
Diffstat (limited to 'textproc/hs-cassava')
-rw-r--r--textproc/hs-cassava/Makefile16
-rw-r--r--textproc/hs-cassava/distinfo2
-rw-r--r--textproc/hs-cassava/pkg-descr4
3 files changed, 22 insertions, 0 deletions
diff --git a/textproc/hs-cassava/Makefile b/textproc/hs-cassava/Makefile
new file mode 100644
index 000000000000..5a7f25e28925
--- /dev/null
+++ b/textproc/hs-cassava/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= cassava
+PORTVERSION= 0.4.3.1
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= CSV parsing and encoding library
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= attoparsec>=0.10.2 blaze-builder hashable text \
+ unordered-containers vector
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-cassava/distinfo b/textproc/hs-cassava/distinfo
new file mode 100644
index 000000000000..e8bf358a4254
--- /dev/null
+++ b/textproc/hs-cassava/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/cassava-0.4.3.1.tar.gz) = e389ea01f6f346246e7002d5eb925518d134185f260cbdf1e81628eb4cffc2ac
+SIZE (cabal/cassava-0.4.3.1.tar.gz) = 31922
diff --git a/textproc/hs-cassava/pkg-descr b/textproc/hs-cassava/pkg-descr
new file mode 100644
index 000000000000..25f63440cea6
--- /dev/null
+++ b/textproc/hs-cassava/pkg-descr
@@ -0,0 +1,4 @@
+A CSV parsing and encoding library optimized for ease of use and high
+performance.
+
+WWW: https://github.com/tibbe/cassava