aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-warp-tls
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-warp-tls')
-rw-r--r--www/hs-warp-tls/Makefile16
-rw-r--r--www/hs-warp-tls/distinfo2
-rw-r--r--www/hs-warp-tls/pkg-descr3
3 files changed, 21 insertions, 0 deletions
diff --git a/www/hs-warp-tls/Makefile b/www/hs-warp-tls/Makefile
new file mode 100644
index 000000000000..4cb31ad4d14e
--- /dev/null
+++ b/www/hs-warp-tls/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= warp-tls
+PORTVERSION= 3.0.0
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= HTTP over SSL/TLS support for Warp via the TLS package
+
+LICENSE= MIT
+
+USE_CABAL= cprng-aes>=0.5.0 data-default-class>=0.0.1 network>=2.2.1 \
+ streaming-commons tls>=1.2.1 wai>=3.0 warp>=3.0
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-warp-tls/distinfo b/www/hs-warp-tls/distinfo
new file mode 100644
index 000000000000..fbc9ba6fdae5
--- /dev/null
+++ b/www/hs-warp-tls/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/warp-tls-3.0.0.tar.gz) = dce9d46532440c2429d72f21ee07ded929eb67f26909150f82698780d420f591
+SIZE (cabal/warp-tls-3.0.0.tar.gz) = 3905
diff --git a/www/hs-warp-tls/pkg-descr b/www/hs-warp-tls/pkg-descr
new file mode 100644
index 000000000000..e2f16ac294bd
--- /dev/null
+++ b/www/hs-warp-tls/pkg-descr
@@ -0,0 +1,3 @@
+HTTP over SSL/TLS support for Warp via the TLS package.
+
+WWW: http://github.com/yesodweb/wai