aboutsummaryrefslogtreecommitdiff
path: root/www/hs-http-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-http-server/Makefile')
-rw-r--r--www/hs-http-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/hs-http-server/Makefile b/www/hs-http-server/Makefile
index a8c9f3855ba7..9437c99680a6 100644
--- a/www/hs-http-server/Makefile
+++ b/www/hs-http-server/Makefile
@@ -2,16 +2,16 @@
# $FreeBSD$
PORTNAME= http-server
-PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTVERSION= 1.0.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= A library for writing Haskell web servers
+COMMENT= Library for writing Haskell web servers
LICENSE= BSD
CABAL_SETUP= Setup.hs
+
USE_CABAL= HTTP>=4000.2.0 mime>=0.3 network>=2 url>=2 utf8-string>=0.3.4
INSTALL_PORTEXAMPLES= cd ${WRKSRC}/example && \