aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-19 01:44:41 +0800
committerpgj <pgj@FreeBSD.org>2012-02-19 01:44:41 +0800
commit6743c0bb635cd340f44d742bdc68080fcb8e26d4 (patch)
tree4ba1e86f064869ca94ceae55baf37c02bedd6cf6 /www
parentd43c558a699202e5e8d073adafc0a473c91f9aa4 (diff)
downloadfreebsd-ports-gnome-6743c0bb635cd340f44d742bdc68080fcb8e26d4.tar.gz
freebsd-ports-gnome-6743c0bb635cd340f44d742bdc68080fcb8e26d4.tar.zst
freebsd-ports-gnome-6743c0bb635cd340f44d742bdc68080fcb8e26d4.zip
Some helpers for using Persistent from Yesod.
WWW: http://www.yesodweb.com/ Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/hs-yesod-persistent/Makefile21
-rw-r--r--www/hs-yesod-persistent/distinfo2
-rw-r--r--www/hs-yesod-persistent/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index b06e3611e504..99ed7199da20 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -317,6 +317,7 @@
SUBDIR += hs-webkit
SUBDIR += hs-xss-sanitize
SUBDIR += hs-yesod-core
+ SUBDIR += hs-yesod-persistent
SUBDIR += htdump
SUBDIR += html2hdml
SUBDIR += html2wml
diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile
new file mode 100644
index 000000000000..acabafa90e2d
--- /dev/null
+++ b/www/hs-yesod-persistent/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-yesod-persistent
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= yesod-persistent
+PORTVERSION= 0.2.2
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Some helpers for using Persistent from Yesod
+
+LICENSE= BSD
+
+USE_CABAL= failure>=0.1 persistent>=0.6 persistent-template>=0.6 \
+ transformers>=0.2.2 yesod-core>=0.8
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-yesod-persistent/distinfo b/www/hs-yesod-persistent/distinfo
new file mode 100644
index 000000000000..5dc380ecb0a4
--- /dev/null
+++ b/www/hs-yesod-persistent/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/yesod-persistent-0.2.2.tar.gz) = ec90ae9e42c2b7ef70268674c79c19b3f158baebb755780e7f2fd161fd64fb5d
+SIZE (cabal/yesod-persistent-0.2.2.tar.gz) = 1916
diff --git a/www/hs-yesod-persistent/pkg-descr b/www/hs-yesod-persistent/pkg-descr
new file mode 100644
index 000000000000..512178d23527
--- /dev/null
+++ b/www/hs-yesod-persistent/pkg-descr
@@ -0,0 +1,3 @@
+Some helpers for using Persistent from Yesod.
+
+WWW: http://www.yesodweb.com/