aboutsummaryrefslogtreecommitdiff
path: root/www/hs-wai/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-wai/Makefile')
-rw-r--r--www/hs-wai/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/hs-wai/Makefile b/www/hs-wai/Makefile
index e35514adbd45..11282b8b74fd 100644
--- a/www/hs-wai/Makefile
+++ b/www/hs-wai/Makefile
@@ -1,17 +1,16 @@
# $FreeBSD$
PORTNAME= wai
-PORTVERSION= 1.4.0
-PORTREVISION= 5
+PORTVERSION= 3.0.1.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Web Application Interface
-LICENSE= BSD
+LICENSE= MIT
-USE_CABAL= blaze-builder>=0.2.1.4 conduit>=0.5 http-types>=0.7 \
- network>=2.2.1.5 text>=0.7 transformers>=0.2.2 vault>=0.1
+USE_CABAL= blaze-builder>=0.2.1.4 http-types>=0.7 network>=2.2.1.5 \
+ text>=0.7 vault>=0.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>