aboutsummaryrefslogtreecommitdiff
path: root/www/hs-http-client-tls
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
commitcc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch)
treea6a0dfa4f440949889fc7b609c83f74555f6894e /www/hs-http-client-tls
parent5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff)
downloadports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz
ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip
Notes
Diffstat (limited to 'www/hs-http-client-tls')
-rw-r--r--www/hs-http-client-tls/Makefile16
-rw-r--r--www/hs-http-client-tls/distinfo2
-rw-r--r--www/hs-http-client-tls/pkg-descr3
3 files changed, 21 insertions, 0 deletions
diff --git a/www/hs-http-client-tls/Makefile b/www/hs-http-client-tls/Makefile
new file mode 100644
index 000000000000..572667444780
--- /dev/null
+++ b/www/hs-http-client-tls/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= http-client-tls
+PORTVERSION= 0.2.2
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= http-client backend using the connection package and tls library
+
+LICENSE= MIT
+
+USE_CABAL= connection>=0.2.2 data-default-class http-client>=0.3.5 \
+ network tls>=1.1
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-http-client-tls/distinfo b/www/hs-http-client-tls/distinfo
new file mode 100644
index 000000000000..56b5488dcf4d
--- /dev/null
+++ b/www/hs-http-client-tls/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/http-client-tls-0.2.2.tar.gz) = 451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128
+SIZE (cabal/http-client-tls-0.2.2.tar.gz) = 2962
diff --git a/www/hs-http-client-tls/pkg-descr b/www/hs-http-client-tls/pkg-descr
new file mode 100644
index 000000000000..7b8be71041ca
--- /dev/null
+++ b/www/hs-http-client-tls/pkg-descr
@@ -0,0 +1,3 @@
+Intended for use by higher-level libraries, such as http-conduit.
+
+WWW: https://github.com/snoyberg/http-client