aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-persistent
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 17:24:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 17:24:14 +0000
commit3dd495706e46ef9d34c9330beec51b81fb8b0ed7 (patch)
tree20fc3f2ffff71329b21b5961dcaeda1fbee52ac5 /databases/hs-persistent
parent045f2b1b516b40057471469fb5fb521945424985 (diff)
downloadports-3dd495706e46ef9d34c9330beec51b81fb8b0ed7.tar.gz
ports-3dd495706e46ef9d34c9330beec51b81fb8b0ed7.zip
Notes
Diffstat (limited to 'databases/hs-persistent')
-rw-r--r--databases/hs-persistent/Makefile22
-rw-r--r--databases/hs-persistent/distinfo2
-rw-r--r--databases/hs-persistent/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile
new file mode 100644
index 000000000000..1c810a73bc8f
--- /dev/null
+++ b/databases/hs-persistent/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-persistent
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= persistent
+PORTVERSION= 0.6.4.4
+CATEGORIES= databases haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Type-safe, non-relational, multi-backend persistence
+
+LICENSE= BSD
+
+USE_CABAL= blaze-html>=0.4 data-object>=0.3.1.7 enumerator>=0.4.9 \
+ monad-control>=0.2 mtl>=2.0 path-pieces pool>=0.1 \
+ text>=0.8 transformers>=0.2.1 transformers-base
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/databases/hs-persistent/distinfo b/databases/hs-persistent/distinfo
new file mode 100644
index 000000000000..6b187add5fbe
--- /dev/null
+++ b/databases/hs-persistent/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/persistent-0.6.4.4.tar.gz) = fb3de60b2ba4209dbbdc2feca776dbae89f9dcf17102f634bfe3568b32a09f58
+SIZE (cabal/persistent-0.6.4.4.tar.gz) = 17577
diff --git a/databases/hs-persistent/pkg-descr b/databases/hs-persistent/pkg-descr
new file mode 100644
index 000000000000..fe71a91f78e6
--- /dev/null
+++ b/databases/hs-persistent/pkg-descr
@@ -0,0 +1,4 @@
+This library provides just the general interface and helper functions.
+You must use a specific backend in order to make this useful.
+
+WWW: http://www.yesodweb.com/book/persistent