aboutsummaryrefslogtreecommitdiff
path: root/www/hs-happstack
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-17 17:13:45 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-17 17:13:45 +0000
commiteb6bae26d709a166c0e8377f3e8c029ed8655530 (patch)
treeb1fcbfd6821e16065b18d1b09a4d8a965d8b5432 /www/hs-happstack
parent658662474ff7c74e68778fea30eb8978577ff838 (diff)
downloadports-eb6bae26d709a166c0e8377f3e8c029ed8655530.tar.gz
ports-eb6bae26d709a166c0e8377f3e8c029ed8655530.zip
Notes
Diffstat (limited to 'www/hs-happstack')
-rw-r--r--www/hs-happstack/Makefile26
-rw-r--r--www/hs-happstack/distinfo2
-rw-r--r--www/hs-happstack/pkg-descr3
3 files changed, 31 insertions, 0 deletions
diff --git a/www/hs-happstack/Makefile b/www/hs-happstack/Makefile
new file mode 100644
index 000000000000..ed9451ba5cf0
--- /dev/null
+++ b/www/hs-happstack/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: hs-happstack
+# Date created: December 2, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= happstack
+PORTVERSION= 6.0.6
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= The haskell application server stack + code generation
+
+LICENSE= BSD
+FILE_LICENSE= COPYING
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= happstack-data>=6.0 happstack-ixset>=6.0 happstack-server>=6.0 \
+ happstack-state>=6.0 happstack-util>=6.0 syb
+
+EXECUTABLE= happstack
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-happstack/distinfo b/www/hs-happstack/distinfo
new file mode 100644
index 000000000000..9c95e088872d
--- /dev/null
+++ b/www/hs-happstack/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/happstack-6.0.6.tar.gz) = aa6c45993e66c18f31db08ffc61713c82215f25ead660018364d6bc738fc6d91
+SIZE (cabal/happstack-6.0.6.tar.gz) = 34242
diff --git a/www/hs-happstack/pkg-descr b/www/hs-happstack/pkg-descr
new file mode 100644
index 000000000000..81624188c652
--- /dev/null
+++ b/www/hs-happstack/pkg-descr
@@ -0,0 +1,3 @@
+The Haskell application server stack.
+
+WWW: http://happstack.com/