aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-persistent-sqlite
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-24 10:43:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-24 10:43:14 +0000
commitc6d33b41b328098c6d62add494a8fd2222910d33 (patch)
tree6eb891731a4cdf184c9471e2850d344e60b82bb8 /databases/hs-persistent-sqlite
parent7b18280d6c874e9db6514158e1661a611f85d59b (diff)
downloadports-c6d33b41b328098c6d62add494a8fd2222910d33.tar.gz
ports-c6d33b41b328098c6d62add494a8fd2222910d33.zip
Notes
Diffstat (limited to 'databases/hs-persistent-sqlite')
-rw-r--r--databases/hs-persistent-sqlite/Makefile21
-rw-r--r--databases/hs-persistent-sqlite/distinfo2
-rw-r--r--databases/hs-persistent-sqlite/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile
new file mode 100644
index 000000000000..66b582ea1f7c
--- /dev/null
+++ b/databases/hs-persistent-sqlite/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-persistent-sqlite
+# Date created: June 10, 2012
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= persistent-sqlite
+PORTVERSION= 0.9.0.2
+CATEGORIES= databases haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Backend for the persistent library using sqlite3
+
+LICENSE= MIT
+
+USE_CABAL= aeson>=0.5 conduit>=0.4 monad-control>=0.2 persistent>=0.9 \
+ text>=0.7 transformers>=0.2.1
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/databases/hs-persistent-sqlite/distinfo b/databases/hs-persistent-sqlite/distinfo
new file mode 100644
index 000000000000..076d0c946a02
--- /dev/null
+++ b/databases/hs-persistent-sqlite/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/persistent-sqlite-0.9.0.2.tar.gz) = eb8fa320475f28b48d1f3f9e4bb84744aac7d4fb6cfaa8455577e13147f895a7
+SIZE (cabal/persistent-sqlite-0.9.0.2.tar.gz) = 1108691
diff --git a/databases/hs-persistent-sqlite/pkg-descr b/databases/hs-persistent-sqlite/pkg-descr
new file mode 100644
index 000000000000..05b30f8ce623
--- /dev/null
+++ b/databases/hs-persistent-sqlite/pkg-descr
@@ -0,0 +1,5 @@
+This package includes a thin sqlite3 wrapper based on the direct-sqlite
+package, as well as the entire C library, so there are no system
+dependencies.
+
+WWW: http://www.yesodweb.com/book/persistent